#CACB67

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

Shades of Wild Willow #CACB67

Tints of Wild Willow #CACB67

Color information

#CACB67 (or 0xCACB67) is unknown color: approx Wild Willow. HEX triplet: CA, CB and 67. RGB value is (202,203,103). Sum of RGB (Red+Green+Blue) = 202+203+103=508 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.76% from 508); Green value is 203 (79.69% from 255 or 39.96% from 508); Blue value is 103 (40.62% from 255 or 20.28% from 508); Max value from RGB is 203 - color contains mainly: green. Hex color #CACB67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CACB67 is #353498. Grayscale: #BFBFBF. Windows color (decimal): -3486873 or 6802378. OLE color: 6802378.

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

Color convert

RGB202203103-
CMYK0.0000.490.20
HSL60.6º49.02%60%-
HSV(B)60.6º49.26%79.61%-
XYZ48.1656.2521.15-
YUV191.378.17135.63-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.76%
GREEN value IS 203 (79.69% from 255) = 39.96%
BLUE value IS 103 (40.62% from 255) = 20.28%
R=39.76%
G=39.96%
B=20.28%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2022031030.0000.490.2060.649.0260
HexCACB670031143d313c
Octal312313147006124756174
Binary110010101100101111001110011000110100111101110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACB67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACB67; }

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

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

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

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

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

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

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

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