#CABA4C

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

Shades of Sundance #CABA4C

Tints of Sundance #CABA4C

Color information

#CABA4C (or 0xCABA4C) is unknown color: approx Sundance. HEX triplet: CA, BA and 4C. RGB value is (202,186,76). Sum of RGB (Red+Green+Blue) = 202+186+76=464 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.53% from 464); Green value is 186 (73.05% from 255 or 40.09% from 464); Blue value is 76 (30.08% from 255 or 16.38% from 464); Max value from RGB is 202 - color contains mainly: red. Hex color #CABA4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CABA4C is #3545B3. Grayscale: #B2B2B2. Windows color (decimal): -3491252 or 5028554. OLE color: 5028554.

HSL color Cylindrical-coordinate representation of color #CABA4C: hue angle of 52.38º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CABA4C is Cyan = 0, Magento = 0.08, Yellow = 0.62 and Black (K on CMYK) = 0.21.

Color convert

RGB20218676-
CMYK00.080.620.21
HSL52.38º54.31%54.51%-
HSV(B)52.38º62.38%79.22%-
XYZ43.2248.213.86-
YUV178.2470.3144.94-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.53%
GREEN value IS 186 (73.05% from 255) = 40.09%
BLUE value IS 76 (30.08% from 255) = 16.38%
R=43.53%
G=40.09%
B=16.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.62
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021867600.080.620.2152.3854.3154.51
HexCABA4C083E15343637
Octal3122721140107625646667
Binary110010101011101010011000100011111010101110100110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABA4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABA4C; }

 p { color: rgb(202,186,76); }

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

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

 a { background-color: rgb(202,186,76); }

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

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

 span { border-color: rgb(202,186,76); }

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