Html Css Color HEX #CAC956 Wild Willow

📋 copy color: '#CAC956'

red 202 ◦ green 201 ◦ blue 86

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

Shades of Wild Willow #CAC956

Tints of Wild Willow #CAC956

RGB

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

 GREEN value IS 201 (78.91% from 255) = 41.1%

 BLUE value IS 86 (33.98% from 255) = 17.59%

R = 41.31%
G = 41.1%
B = 17.59%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.57

 K value IS 0.21

RGB Variations

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

Color information

#CAC956 (or 0xCAC956) is known color: Wild Willow. HEX triplet: CA, C9 and 56. RGB value is (202,201,86). Sum of RGB (Red+Green+Blue) = 202+201+86=489 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.31% from 489); Green value is 201 (78.91% from 255 or 41.10% from 489); Blue value is 86 (33.98% from 255 or 17.59% from 489); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC956 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC956 is #3536A9. Grayscale: #BCBCBC. Windows color (decimal): -3487402 or 5687754. OLE color: 5687754.

HSL color Cylindrical-coordinate representation of color #CAC956: hue angle of 59.48º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CAC956 is Cyan = 0, Magento = 0.00, Yellow = 0.57 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 201 86 -
CMYK 0 0.00 0.57 0.21
HSL 59.48º 0.52% 0.56% -
HSV(B) 59.48º 0.57% 0.79% -
XYZ 46.92 55 16.95 -
YUV 188.19 70.33 137.85 -
System Red Green Blue C M Y K H S L
Decimal 202 201 86 0 0.00 0.57 0.21 59.48 0.52 0.56
Hex CA C9 56 0 0 39 15 3B 34 38
Octal 312 311 126 0 0 71 25 73 64 70
Binary 11001010 11001001 1010110 0 0 111001 10101 111011 110100 111000

Color Harmonies of #CAC956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC956

Black with #CAC956

Text Example


Text Example

White with #CAC956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC956; }

 p { color: rgb(202,201,86); }

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

background-color css

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

 a { background-color: rgb(202,201,86); }

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

border-color css

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

 span { border-color: rgb(202,201,86); }

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