#CACA7A

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

Shades of Deco #CACA7A

Tints of Deco #CACA7A

Color information

#CACA7A (or 0xCACA7A) is unknown color: approx Deco. HEX triplet: CA, CA and 7A. RGB value is (202,202,122). Sum of RGB (Red+Green+Blue) = 202+202+122=526 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.40% from 526); Green value is 202 (79.30% from 255 or 38.40% from 526); Blue value is 122 (48.05% from 255 or 23.19% from 526); Max value from RGB is 202 - color contains mainly: red, green. Hex color #CACA7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CACA7A is #353585. Grayscale: #C1C1C1. Windows color (decimal): -3487110 or 8047306. OLE color: 8047306.

HSL color Cylindrical-coordinate representation of color #CACA7A: 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.4%. Process color model (Four color, CMYK) of #CACA7A is Cyan = 0, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.21.

Color convert

RGB202202122-
CMYK000.400.21
HSL60º43.01%63.53%-
HSV(B)60º39.6%79.22%-
XYZ48.9956.226.68-
YUV192.8888134.5-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.40%
GREEN value IS 202 (79.30% from 255) = 38.40%
BLUE value IS 122 (48.05% from 255) = 23.19%
R=38.40%
G=38.40%
B=23.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202202122000.400.216043.0163.53
HexCACA7A0028153c2b40
Octal3123121720050257453100
Binary1100101011001010111101000101000101011111001010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACA7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACA7A; }

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

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

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

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

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

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

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

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