Html Css Color HEX #CAC760 Wild Willow

📋 copy color: '#CAC760'

red 202 ◦ green 199 ◦ blue 96

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

Shades of Wild Willow #CAC760

Tints of Wild Willow #CAC760

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 19.32%

R = 40.64%
G = 40.04%
B = 19.32%

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

#CAC760 (or 0xCAC760) is known color: Wild Willow. HEX triplet: CA, C7 and 60. RGB value is (202,199,96). Sum of RGB (Red+Green+Blue) = 202+199+96=497 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.64% from 497); Green value is 199 (78.12% from 255 or 40.04% from 497); Blue value is 96 (37.89% from 255 or 19.32% from 497); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC760 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC760 is #35389F. Grayscale: #BCBCBC. Windows color (decimal): -3487904 or 6342602. OLE color: 6342602.

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

Color convert

RGB 202 199 96 -
CMYK 0 0.01 0.52 0.21
HSL 58.3º 0.5% 0.58% -
HSV(B) 58.3º 0.52% 0.79% -
XYZ 46.89 54.25 19.07 -
YUV 188.16 75.99 137.88 -
System Red Green Blue C M Y K H S L
Decimal 202 199 96 0 0.01 0.52 0.21 58.3 0.5 0.58
Hex CA C7 60 0 1 34 15 3A 32 3A
Octal 312 307 140 0 1 64 25 72 62 72
Binary 11001010 11000111 1100000 0 1 110100 10101 111010 110010 111010

Color Harmonies of #CAC760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC760

Black with #CAC760

Text Example


Text Example

White with #CAC760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC760; }

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

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

background-color css

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

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

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

border-color css

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

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

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