Html Css Color HEX #CAC565 Wild Willow

📋 copy color: '#CAC565'

red 202 ◦ green 197 ◦ blue 101

#CAC565
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wild Willow #CAC565

Tints of Wild Willow #CAC565

RGB

 RED value IS 202 (79.3% from 255) = 40.4%

 GREEN value IS 197 (77.34% from 255) = 39.4%

 BLUE value IS 101 (39.84% from 255) = 20.2%

R = 40.4%
G = 39.4%
B = 20.2%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.50

 K value IS 0.21

RGB Variations

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

Color information

#CAC565 (or 0xCAC565) is known color: Wild Willow. HEX triplet: CA, C5 and 65. RGB value is (202,197,101). Sum of RGB (Red+Green+Blue) = 202+197+101=500 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.4% from 500); Green value is 197 (77.34% from 255 or 39.4% from 500); Blue value is 101 (39.84% from 255 or 20.2% from 500); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC565 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC565 is #353A9A. Grayscale: #BBBBBB. Windows color (decimal): -3488411 or 6669770. OLE color: 6669770.

HSL color Cylindrical-coordinate representation of color #CAC565: hue angle of 57.03º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CAC565 is Cyan = 0, Magento = 0.02, Yellow = 0.50 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 197 101 -
CMYK 0 0.02 0.50 0.21
HSL 57.03º 0.49% 0.59% -
HSV(B) 57.03º 0.5% 0.79% -
XYZ 46.67 53.43 20.16 -
YUV 187.55 79.16 138.31 -
System Red Green Blue C M Y K H S L
Decimal 202 197 101 0 0.02 0.50 0.21 57.03 0.49 0.59
Hex CA C5 65 0 2 32 15 39 31 3B
Octal 312 305 145 0 2 62 25 71 61 73
Binary 11001010 11000101 1100101 0 10 110010 10101 111001 110001 111011

Color Harmonies of #CAC565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC565

Black with #CAC565

Text Example


Text Example

White with #CAC565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC565; }

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

 H1.HeaderClassName
 {
   color: #CAC565;
 }
 .AnyTagClassName
 {
   color: #CAC565;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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