Html Css Color HEX #CAC85A Wild Willow

📋 copy color: '#CAC85A'

red 202 ◦ green 200 ◦ blue 90

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

Shades of Wild Willow #CAC85A

Tints of Wild Willow #CAC85A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 18.29%

R = 41.06%
G = 40.65%
B = 18.29%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.55

 K value IS 0.21

RGB Variations

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

Color information

#CAC85A (or 0xCAC85A) is known color: Wild Willow. HEX triplet: CA, C8 and 5A. RGB value is (202,200,90). Sum of RGB (Red+Green+Blue) = 202+200+90=492 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.06% from 492); Green value is 200 (78.52% from 255 or 40.65% from 492); Blue value is 90 (35.55% from 255 or 18.29% from 492); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC85A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC85A is #3537A5. Grayscale: #BCBCBC. Windows color (decimal): -3487654 or 5949642. OLE color: 5949642.

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

Color convert

RGB 202 200 90 -
CMYK 0 0.01 0.55 0.21
HSL 58.93º 0.51% 0.57% -
HSV(B) 58.93º 0.55% 0.79% -
XYZ 46.86 54.6 17.74 -
YUV 188.06 72.66 137.94 -
System Red Green Blue C M Y K H S L
Decimal 202 200 90 0 0.01 0.55 0.21 58.93 0.51 0.57
Hex CA C8 5A 0 1 37 15 3B 33 39
Octal 312 310 132 0 1 67 25 73 63 71
Binary 11001010 11001000 1011010 0 1 110111 10101 111011 110011 111001

Color Harmonies of #CAC85A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC85A

Black with #CAC85A

Text Example


Text Example

White with #CAC85A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC85A; }

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

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

background-color css

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

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

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

border-color css

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

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

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