Html Css Color HEX #CAC952 Wild Willow

📋 copy color: '#CAC952'

red 202 ◦ green 201 ◦ blue 82

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

Shades of Wild Willow #CAC952

Tints of Wild Willow #CAC952

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 16.91%

R = 41.65%
G = 41.44%
B = 16.91%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.59

 K value IS 0.21

RGB Variations

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

Color information

#CAC952 (or 0xCAC952) is known color: Wild Willow. HEX triplet: CA, C9 and 52. RGB value is (202,201,82). Sum of RGB (Red+Green+Blue) = 202+201+82=485 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.65% from 485); Green value is 201 (78.91% from 255 or 41.44% from 485); Blue value is 82 (32.42% from 255 or 16.91% from 485); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC952 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC952 is #3536AD. Grayscale: #BCBCBC. Windows color (decimal): -3487406 or 5425610. OLE color: 5425610.

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

Color convert

RGB 202 201 82 -
CMYK 0 0.00 0.59 0.21
HSL 59.5º 0.53% 0.56% -
HSV(B) 59.5º 0.59% 0.79% -
XYZ 46.77 54.94 16.12 -
YUV 187.73 68.33 138.18 -
System Red Green Blue C M Y K H S L
Decimal 202 201 82 0 0.00 0.59 0.21 59.5 0.53 0.56
Hex CA C9 52 0 0 3B 15 3C 35 38
Octal 312 311 122 0 0 73 25 74 65 70
Binary 11001010 11001001 1010010 0 0 111011 10101 111100 110101 111000

Color Harmonies of #CAC952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC952

Black with #CAC952

Text Example


Text Example

White with #CAC952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC952; }

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

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

background-color css

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

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

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

border-color css

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

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

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