#CACF7B

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

Shades of Deco #CACF7B

Tints of Deco #CACF7B

Color information

#CACF7B (or 0xCACF7B) is unknown color: approx Deco. HEX triplet: CA, CF and 7B. RGB value is (202,207,123). Sum of RGB (Red+Green+Blue) = 202+207+123=532 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.97% from 532); Green value is 207 (81.25% from 255 or 38.91% from 532); Blue value is 123 (48.44% from 255 or 23.12% from 532); Max value from RGB is 207 - color contains mainly: green. Hex color #CACF7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CACF7B is #353084. Grayscale: #C4C4C4. Windows color (decimal): -3485829 or 8114122. OLE color: 8114122.

HSL color Cylindrical-coordinate representation of color #CACF7B: hue angle of 63.57º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CACF7B is Cyan = 0.02, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.19.

Color convert

RGB202207123-
CMYK0.0200.410.19
HSL63.57º46.67%64.71%-
HSV(B)63.57º40.58%81.18%-
XYZ50.2558.6127.4-
YUV195.9386.84132.33-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.97%
GREEN value IS 207 (81.25% from 255) = 38.91%
BLUE value IS 123 (48.44% from 255) = 23.12%
R=37.97%
G=38.91%
B=23.12%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2022071230.0200.410.1963.5746.6764.71
HexCACF7B202913402f41
Octal31231717320512310057101
Binary110010101100111111110111001010011001110000001011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACF7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACF7B; }

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

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

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

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

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

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

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

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