Html Css Color HEX #CAC95D Wild Willow

📋 copy color: '#CAC95D'

red 202 ◦ green 201 ◦ blue 93

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

Shades of Wild Willow #CAC95D

Tints of Wild Willow #CAC95D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 18.75%

R = 40.73%
G = 40.52%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.54

 K value IS 0.21

RGB Variations

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

Color information

#CAC95D (or 0xCAC95D) is known color: Wild Willow. HEX triplet: CA, C9 and 5D. RGB value is (202,201,93). Sum of RGB (Red+Green+Blue) = 202+201+93=496 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.73% from 496); Green value is 201 (78.91% from 255 or 40.52% from 496); Blue value is 93 (36.72% from 255 or 18.75% from 496); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC95D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC95D is #3536A2. Grayscale: #BDBDBD. Windows color (decimal): -3487395 or 6146506. OLE color: 6146506.

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

Color convert

RGB 202 201 93 -
CMYK 0 0.00 0.54 0.21
HSL 59.45º 0.51% 0.58% -
HSV(B) 59.45º 0.54% 0.79% -
XYZ 47.22 55.12 18.51 -
YUV 188.99 73.83 137.28 -
System Red Green Blue C M Y K H S L
Decimal 202 201 93 0 0.00 0.54 0.21 59.45 0.51 0.58
Hex CA C9 5D 0 0 36 15 3B 33 3A
Octal 312 311 135 0 0 66 25 73 63 72
Binary 11001010 11001001 1011101 0 0 110110 10101 111011 110011 111010

Color Harmonies of #CAC95D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC95D

Black with #CAC95D

Text Example


Text Example

White with #CAC95D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC95D; }

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

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

background-color css

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

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

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

border-color css

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

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

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