#C0B550

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

Shades of Sundance #C0B550

Tints of Sundance #C0B550

Color information

#C0B550 (or 0xC0B550) is unknown color: approx Sundance. HEX triplet: C0, B5 and 50. RGB value is (192,181,80). Sum of RGB (Red+Green+Blue) = 192+181+80=453 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.38% from 453); Green value is 181 (71.09% from 255 or 39.96% from 453); Blue value is 80 (31.64% from 255 or 17.66% from 453); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B550 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0B550 is #3F4AAF. Grayscale: #ADADAD. Windows color (decimal): -4147888 or 5289408. OLE color: 5289408.

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

Color convert

RGB19218180-
CMYK00.060.580.25
HSL54.11º47.06%53.33%-
HSV(B)54.11º58.33%75.29%-
XYZ39.7144.8314.15-
YUV172.7875.64141.71-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.38%
GREEN value IS 181 (71.09% from 255) = 39.96%
BLUE value IS 80 (31.64% from 255) = 17.66%
R=42.38%
G=39.96%
B=17.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.58
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921818000.060.580.2554.1147.0653.33
HexC0B550063A19362f35
Octal300265120067231665765
Binary11000000101101011010000011011101011001110110101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B550; }

 p { color: rgb(192,181,80); }

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

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

 a { background-color: rgb(192,181,80); }

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

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

 span { border-color: rgb(192,181,80); }

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