#CACB65

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

Shades of Wild Willow #CACB65

Tints of Wild Willow #CACB65

Color information

#CACB65 (or 0xCACB65) is unknown color: approx Wild Willow. HEX triplet: CA, CB and 65. RGB value is (202,203,101). Sum of RGB (Red+Green+Blue) = 202+203+101=506 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.92% from 506); Green value is 203 (79.69% from 255 or 40.12% from 506); Blue value is 101 (39.84% from 255 or 19.96% from 506); Max value from RGB is 203 - color contains mainly: green. Hex color #CACB65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CACB65 is #35349A. Grayscale: #BFBFBF. Windows color (decimal): -3486875 or 6671306. OLE color: 6671306.

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

Color convert

RGB202203101-
CMYK0.0000.500.20
HSL60.59º49.51%59.61%-
HSV(B)60.59º50.25%79.61%-
XYZ48.0656.2120.63-
YUV191.0777.17135.79-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.92%
GREEN value IS 203 (79.69% from 255) = 40.12%
BLUE value IS 101 (39.84% from 255) = 19.96%
R=39.92%
G=40.12%
B=19.96%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2022031010.0000.500.2060.5949.5159.61
HexCACB650032143d323c
Octal312313145006224756274
Binary110010101100101111001010011001010100111101110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACB65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACB65; }

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

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

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

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

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

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

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

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