#CACF67

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

Shades of Wild Willow #CACF67

Tints of Wild Willow #CACF67

Color information

#CACF67 (or 0xCACF67) is unknown color: approx Wild Willow. HEX triplet: CA, CF and 67. RGB value is (202,207,103). Sum of RGB (Red+Green+Blue) = 202+207+103=512 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.45% from 512); Green value is 207 (81.25% from 255 or 40.43% from 512); Blue value is 103 (40.62% from 255 or 20.12% from 512); Max value from RGB is 207 - color contains mainly: green. Hex color #CACF67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CACF67 is #353098. Grayscale: #C2C2C2. Windows color (decimal): -3485849 or 6803402. OLE color: 6803402.

HSL color Cylindrical-coordinate representation of color #CACF67: hue angle of 62.88º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CACF67 is Cyan = 0.02, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.19.

Color convert

RGB202207103-
CMYK0.0200.500.19
HSL62.88º52%60.78%-
HSV(B)62.88º50.24%81.18%-
XYZ49.1258.1621.47-
YUV193.6576.84133.96-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.45%
GREEN value IS 207 (81.25% from 255) = 40.43%
BLUE value IS 103 (40.62% from 255) = 20.12%
R=39.45%
G=40.43%
B=20.12%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2022071030.0200.500.1962.885260.78
HexCACF672032133f343d
Octal312317147206223776475
Binary1100101011001111110011110011001010011111111110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACF67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACF67; }

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

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

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

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

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

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

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

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