Html Css Color HEX #CAC957 Wild Willow

📋 copy color: '#CAC957'

red 202 ◦ green 201 ◦ blue 87

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

Shades of Wild Willow #CAC957

Tints of Wild Willow #CAC957

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 17.76%

R = 41.22%
G = 41.02%
B = 17.76%

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

#CAC957 (or 0xCAC957) is known color: Wild Willow. HEX triplet: CA, C9 and 57. RGB value is (202,201,87). Sum of RGB (Red+Green+Blue) = 202+201+87=490 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.22% from 490); Green value is 201 (78.91% from 255 or 41.02% from 490); Blue value is 87 (34.38% from 255 or 17.76% from 490); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC957 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC957 is #3536A8. Grayscale: #BCBCBC. Windows color (decimal): -3487401 or 5753290. OLE color: 5753290.

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

Color convert

RGB 202 201 87 -
CMYK 0 0.00 0.57 0.21
HSL 59.48º 0.52% 0.57% -
HSV(B) 59.48º 0.57% 0.79% -
XYZ 46.96 55.02 17.16 -
YUV 188.3 70.83 137.77 -
System Red Green Blue C M Y K H S L
Decimal 202 201 87 0 0.00 0.57 0.21 59.48 0.52 0.57
Hex CA C9 57 0 0 39 15 3B 34 39
Octal 312 311 127 0 0 71 25 73 64 71
Binary 11001010 11001001 1010111 0 0 111001 10101 111011 110100 111001

Color Harmonies of #CAC957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC957

Black with #CAC957

Text Example


Text Example

White with #CAC957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC957; }

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

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

background-color css

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

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

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

border-color css

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

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

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