#CACB4F

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

Shades of Wild Willow #CACB4F

Tints of Wild Willow #CACB4F

Color information

#CACB4F (or 0xCACB4F) is unknown color: approx Wild Willow. HEX triplet: CA, CB and 4F. RGB value is (202,203,79). Sum of RGB (Red+Green+Blue) = 202+203+79=484 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.74% from 484); Green value is 203 (79.69% from 255 or 41.94% from 484); Blue value is 79 (31.25% from 255 or 16.32% from 484); Max value from RGB is 203 - color contains mainly: green. Hex color #CACB4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CACB4F is #3534B0. Grayscale: #BDBDBD. Windows color (decimal): -3486897 or 5229514. OLE color: 5229514.

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

Color convert

RGB20220379-
CMYK0.0000.610.20
HSL60.48º54.39%55.29%-
HSV(B)60.48º61.08%79.61%-
XYZ47.1255.8315.69-
YUV188.5666.17137.58-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.74%
GREEN value IS 203 (79.69% from 255) = 41.94%
BLUE value IS 79 (31.25% from 255) = 16.32%
R=41.74%
G=41.94%
B=16.32%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal202203790.0000.610.2060.4854.3955.29
HexCACB4F003D143c3637
Octal312313117007524746667
Binary110010101100101110011110011110110100111100110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACB4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACB4F; }

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

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

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

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

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

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

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

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