#CACB6B

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

Shades of Wild Willow #CACB6B

Tints of Wild Willow #CACB6B

Color information

#CACB6B (or 0xCACB6B) is unknown color: approx Wild Willow. HEX triplet: CA, CB and 6B. RGB value is (202,203,107). Sum of RGB (Red+Green+Blue) = 202+203+107=512 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.45% from 512); Green value is 203 (79.69% from 255 or 39.65% from 512); Blue value is 107 (42.19% from 255 or 20.90% from 512); Max value from RGB is 203 - color contains mainly: green. Hex color #CACB6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CACB6B is #353494. Grayscale: #C0C0C0. Windows color (decimal): -3486869 or 7064522. OLE color: 7064522.

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

Color convert

RGB202203107-
CMYK0.0000.470.20
HSL60.62º48%60.78%-
HSV(B)60.62º47.29%79.61%-
XYZ48.3756.3322.23-
YUV191.7680.17135.31-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.45%
GREEN value IS 203 (79.69% from 255) = 39.65%
BLUE value IS 107 (42.19% from 255) = 20.90%
R=39.45%
G=39.65%
B=20.90%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2022031070.0000.470.2060.624860.78
HexCACB6B002F143d303d
Octal312313153005724756075
Binary110010101100101111010110010111110100111101110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACB6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACB6B; }

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

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

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

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

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

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

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

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