Html Css Color HEX #CAC761 Wild Willow

📋 copy color: '#CAC761'

red 202 ◦ green 199 ◦ blue 97

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

Shades of Wild Willow #CAC761

Tints of Wild Willow #CAC761

RGB

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

 GREEN value IS 199 (78.13% from 255) = 39.96%

 BLUE value IS 97 (38.28% from 255) = 19.48%

R = 40.56%
G = 39.96%
B = 19.48%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.52

 K value IS 0.21

RGB Variations

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

Color information

#CAC761 (or 0xCAC761) is known color: Wild Willow. HEX triplet: CA, C7 and 61. RGB value is (202,199,97). Sum of RGB (Red+Green+Blue) = 202+199+97=498 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.56% from 498); Green value is 199 (78.12% from 255 or 39.96% from 498); Blue value is 97 (38.28% from 255 or 19.48% from 498); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC761 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC761 is #35389E. Grayscale: #BCBCBC. Windows color (decimal): -3487903 or 6408138. OLE color: 6408138.

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

Color convert

RGB 202 199 97 -
CMYK 0 0.01 0.52 0.21
HSL 58.29º 0.5% 0.59% -
HSV(B) 58.29º 0.52% 0.79% -
XYZ 46.94 54.27 19.31 -
YUV 188.27 76.49 137.79 -
System Red Green Blue C M Y K H S L
Decimal 202 199 97 0 0.01 0.52 0.21 58.29 0.5 0.59
Hex CA C7 61 0 1 34 15 3A 32 3B
Octal 312 307 141 0 1 64 25 72 62 73
Binary 11001010 11000111 1100001 0 1 110100 10101 111010 110010 111011

Color Harmonies of #CAC761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC761

Black with #CAC761

Text Example


Text Example

White with #CAC761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC761; }

 p { color: rgb(202,199,97); }

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

background-color css

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

 a { background-color: rgb(202,199,97); }

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

border-color css

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

 span { border-color: rgb(202,199,97); }

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