Html Css Color HEX #CAC552 Wild Willow

📋 copy color: '#CAC552'

red 202 ◦ green 197 ◦ blue 82

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

Shades of Wild Willow #CAC552

Tints of Wild Willow #CAC552

RGB

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

 GREEN value IS 197 (77.34% from 255) = 40.96%

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

R = 42%
G = 40.96%
B = 17.05%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.59

 K value IS 0.21

RGB Variations

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

Color information

#CAC552 (or 0xCAC552) is known color: Wild Willow. HEX triplet: CA, C5 and 52. RGB value is (202,197,82). Sum of RGB (Red+Green+Blue) = 202+197+82=481 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.00% from 481); Green value is 197 (77.34% from 255 or 40.96% from 481); Blue value is 82 (32.42% from 255 or 17.05% from 481); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC552 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC552 is #353AAD. Grayscale: #B9B9B9. Windows color (decimal): -3488430 or 5424586. OLE color: 5424586.

HSL color Cylindrical-coordinate representation of color #CAC552: hue angle of 57.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 #CAC552 is Cyan = 0, Magento = 0.02, Yellow = 0.59 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 197 82 -
CMYK 0 0.02 0.59 0.21
HSL 57.5º 0.53% 0.56% -
HSV(B) 57.5º 0.59% 0.79% -
XYZ 45.85 53.1 15.82 -
YUV 185.39 69.66 139.85 -
System Red Green Blue C M Y K H S L
Decimal 202 197 82 0 0.02 0.59 0.21 57.5 0.53 0.56
Hex CA C5 52 0 2 3B 15 3A 35 38
Octal 312 305 122 0 2 73 25 72 65 70
Binary 11001010 11000101 1010010 0 10 111011 10101 111010 110101 111000

Color Harmonies of #CAC552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC552

Black with #CAC552

Text Example


Text Example

White with #CAC552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC552; }

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

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

background-color css

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

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

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

border-color css

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

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

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