#CBAE52

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

Shades of Sundance #CBAE52

Tints of Sundance #CBAE52

Color information

#CBAE52 (or 0xCBAE52) is unknown color: approx Sundance. HEX triplet: CB, AE and 52. RGB value is (203,174,82). Sum of RGB (Red+Green+Blue) = 203+174+82=459 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.23% from 459); Green value is 174 (68.36% from 255 or 37.91% from 459); Blue value is 82 (32.42% from 255 or 17.86% from 459); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAE52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBAE52 is #3451AD. Grayscale: #ACACAC. Windows color (decimal): -3428782 or 5418699. OLE color: 5418699.

HSL color Cylindrical-coordinate representation of color #CBAE52: hue angle of 45.62º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CBAE52 is Cyan = 0, Magento = 0.14, Yellow = 0.60 and Black (K on CMYK) = 0.20.

Color convert

RGB20317482-
CMYK00.140.600.20
HSL45.62º53.78%55.88%-
HSV(B)45.62º59.61%79.61%-
XYZ41.2943.5814.22-
YUV172.1877.11149.98-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 44.23%
GREEN value IS 174 (68.36% from 255) = 37.91%
BLUE value IS 82 (32.42% from 255) = 17.86%
R=44.23%
G=37.91%
B=17.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.60
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031748200.140.600.2045.6253.7855.88
HexCBAE520E3C142e3638
Octal3132561220167424566670
Binary110010111010111010100100111011110010100101110110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAE52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAE52; }

 p { color: rgb(203,174,82); }

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

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

 a { background-color: rgb(203,174,82); }

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

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

 span { border-color: rgb(203,174,82); }

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