#CACA7B

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

Shades of Deco #CACA7B

Tints of Deco #CACA7B

Color information

#CACA7B (or 0xCACA7B) is unknown color: approx Deco. HEX triplet: CA, CA and 7B. RGB value is (202,202,123). Sum of RGB (Red+Green+Blue) = 202+202+123=527 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.33% from 527); Green value is 202 (79.30% from 255 or 38.33% from 527); Blue value is 123 (48.44% from 255 or 23.34% from 527); Max value from RGB is 202 - color contains mainly: red, green. Hex color #CACA7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CACA7B is #353584. Grayscale: #C1C1C1. Windows color (decimal): -3487109 or 8112842. OLE color: 8112842.

HSL color Cylindrical-coordinate representation of color #CACA7B: hue angle of 60º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CACA7B is Cyan = 0, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.21.

Color convert

RGB202202123-
CMYK000.390.21
HSL60º42.7%63.73%-
HSV(B)60º39.11%79.22%-
XYZ49.0556.2327.01-
YUV192.9988.5134.42-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.33%
GREEN value IS 202 (79.30% from 255) = 38.33%
BLUE value IS 123 (48.44% from 255) = 23.34%
R=38.33%
G=38.33%
B=23.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202202123000.390.216042.763.73
HexCACA7B0027153c2b40
Octal3123121730047257453100
Binary1100101011001010111101100100111101011111001010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACA7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACA7B; }

 p { color: rgb(202,202,123); }

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

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

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

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

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

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

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