Html Css Color HEX #CAC862 Wild Willow

📋 copy color: '#CAC862'

red 202 ◦ green 200 ◦ blue 98

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

Shades of Wild Willow #CAC862

Tints of Wild Willow #CAC862

RGB

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

 GREEN value IS 200 (78.52% from 255) = 40%

 BLUE value IS 98 (38.67% from 255) = 19.6%

R = 40.4%
G = 40%
B = 19.6%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.51

 K value IS 0.21

RGB Variations

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

Color information

#CAC862 (or 0xCAC862) is known color: Wild Willow. HEX triplet: CA, C8 and 62. RGB value is (202,200,98). Sum of RGB (Red+Green+Blue) = 202+200+98=500 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.4% from 500); Green value is 200 (78.52% from 255 or 40% from 500); Blue value is 98 (38.67% from 255 or 19.6% from 500); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC862 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC862 is #35379D. Grayscale: #BDBDBD. Windows color (decimal): -3487646 or 6473930. OLE color: 6473930.

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

Color convert

RGB 202 200 98 -
CMYK 0 0.01 0.51 0.21
HSL 58.85º 0.5% 0.59% -
HSV(B) 58.85º 0.51% 0.79% -
XYZ 47.22 54.75 19.63 -
YUV 188.97 76.66 137.29 -
System Red Green Blue C M Y K H S L
Decimal 202 200 98 0 0.01 0.51 0.21 58.85 0.5 0.59
Hex CA C8 62 0 1 33 15 3B 32 3B
Octal 312 310 142 0 1 63 25 73 62 73
Binary 11001010 11001000 1100010 0 1 110011 10101 111011 110010 111011

Color Harmonies of #CAC862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC862

Black with #CAC862

Text Example


Text Example

White with #CAC862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC862; }

 p { color: rgb(202,200,98); }

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

background-color css

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

 a { background-color: rgb(202,200,98); }

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

border-color css

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

 span { border-color: rgb(202,200,98); }

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