#CACB72

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

Shades of Deco #CACB72

Tints of Deco #CACB72

Color information

#CACB72 (or 0xCACB72) is unknown color: approx Deco. HEX triplet: CA, CB and 72. RGB value is (202,203,114). Sum of RGB (Red+Green+Blue) = 202+203+114=519 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.92% from 519); Green value is 203 (79.69% from 255 or 39.11% from 519); Blue value is 114 (44.92% from 255 or 21.97% from 519); Max value from RGB is 203 - color contains mainly: green. Hex color #CACB72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CACB72 is #35348D. Grayscale: #C0C0C0. Windows color (decimal): -3486862 or 7523274. OLE color: 7523274.

HSL color Cylindrical-coordinate representation of color #CACB72: hue angle of 60.67º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CACB72 is Cyan = 0.00, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.20.

Color convert

RGB202203114-
CMYK0.0000.440.20
HSL60.67º46.11%62.16%-
HSV(B)60.67º43.84%79.61%-
XYZ48.7556.4824.25-
YUV192.5583.67134.74-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.92%
GREEN value IS 203 (79.69% from 255) = 39.11%
BLUE value IS 114 (44.92% from 255) = 21.97%
R=38.92%
G=39.11%
B=21.97%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2022031140.0000.440.2060.6746.1162.16
HexCACB72002C143d2e3e
Octal312313162005424755676
Binary110010101100101111100100010110010100111101101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACB72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACB72; }

 p { color: rgb(202,203,114); }

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

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

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

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

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

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

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