#CACB68

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

Shades of Wild Willow #CACB68

Tints of Wild Willow #CACB68

Color information

#CACB68 (or 0xCACB68) is unknown color: approx Wild Willow. HEX triplet: CA, CB and 68. RGB value is (202,203,104). Sum of RGB (Red+Green+Blue) = 202+203+104=509 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.69% from 509); Green value is 203 (79.69% from 255 or 39.88% from 509); Blue value is 104 (41.02% from 255 or 20.43% from 509); Max value from RGB is 203 - color contains mainly: green. Hex color #CACB68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CACB68 is #353497. Grayscale: #BFBFBF. Windows color (decimal): -3486872 or 6867914. OLE color: 6867914.

HSL color Cylindrical-coordinate representation of color #CACB68: hue angle of 60.61º 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 #CACB68 is Cyan = 0.00, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.20.

Color convert

RGB202203104-
CMYK0.0000.490.20
HSL60.61º48.77%60.2%-
HSV(B)60.61º48.77%79.61%-
XYZ48.2156.2721.42-
YUV191.4178.67135.55-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.69%
GREEN value IS 203 (79.69% from 255) = 39.88%
BLUE value IS 104 (41.02% from 255) = 20.43%
R=39.69%
G=39.88%
B=20.43%

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
Decimal2022031040.0000.490.2060.6148.7760.2
HexCACB680031143d313c
Octal312313150006124756174
Binary110010101100101111010000011000110100111101110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACB68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACB68; }

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

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

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

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

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

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

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

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