#C0B351

Color #C0B351 Sundance (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sundance #C0B351

Tints of Sundance #C0B351

Color information

#C0B351 (or 0xC0B351) is unknown color: approx Sundance. HEX triplet: C0, B3 and 51. RGB value is (192,179,81). Sum of RGB (Red+Green+Blue) = 192+179+81=452 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.48% from 452); Green value is 179 (70.31% from 255 or 39.60% from 452); Blue value is 81 (32.03% from 255 or 17.92% from 452); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B351 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0B351 is #3F4CAE. Grayscale: #ACACAC. Windows color (decimal): -4148399 or 5354432. OLE color: 5354432.

HSL color Cylindrical-coordinate representation of color #C0B351: hue angle of 52.97º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C0B351 is Cyan = 0, Magento = 0.07, Yellow = 0.58 and Black (K on CMYK) = 0.25.

Color convert

RGB19217981-
CMYK00.070.580.25
HSL52.97º46.84%53.53%-
HSV(B)52.97º57.81%75.29%-
XYZ39.3444.0414.21-
YUV171.7276.81142.47-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 192 (75.39% from 255) = 42.48%
GREEN value IS 179 (70.31% from 255) = 39.60%
BLUE value IS 81 (32.03% from 255) = 17.92%
R=42.48%
G=39.60%
B=17.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.58
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921798100.070.580.2552.9746.8453.53
HexC0B351073A19352f36
Octal300263121077231655766
Binary11000000101100111010001011111101011001110101101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B351; }

 p { color: rgb(192,179,81); }

 H1.HeaderClassName
 {
   color: #C0B351;
 }
 .AnyTagClassName
 {
   color: #C0B351;
 }
</style>
background-color css

<style>
 a { background-color: #C0B351; }

 a { background-color: rgb(192,179,81); }

 div.DivClassName
 {
   background-color: #C0B351;
 }
 .BgClassName
 {
   background-color: #C0B351;
 }
</style>
border-color css

<style>
 span { border-color: #C0B351; }

 span { border-color: rgb(192,179,81); }

 td.TdClassName
 {
   border-color: #C0B351;
 }
 .TagClassName
 {
   border-color: #C0B351;
 }
</style>