Html Css Color HEX #CAC96B Wild Willow

📋 copy color: '#CAC96B'

red 202 ◦ green 201 ◦ blue 107

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

Shades of Wild Willow #CAC96B

Tints of Wild Willow #CAC96B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 20.98%

R = 39.61%
G = 39.41%
B = 20.98%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.47

 K value IS 0.21

RGB Variations

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

Color information

#CAC96B (or 0xCAC96B) is known color: Wild Willow. HEX triplet: CA, C9 and 6B. RGB value is (202,201,107). Sum of RGB (Red+Green+Blue) = 202+201+107=510 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.61% from 510); Green value is 201 (78.91% from 255 or 39.41% from 510); Blue value is 107 (42.19% from 255 or 20.98% from 510); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC96B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC96B is #353694. Grayscale: #BEBEBE. Windows color (decimal): -3487381 or 7064010. OLE color: 7064010.

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

Color convert

RGB 202 201 107 -
CMYK 0 0.00 0.47 0.21
HSL 59.37º 0.47% 0.61% -
HSV(B) 59.37º 0.47% 0.79% -
XYZ 47.9 55.39 22.08 -
YUV 190.58 80.83 136.14 -
System Red Green Blue C M Y K H S L
Decimal 202 201 107 0 0.00 0.47 0.21 59.37 0.47 0.61
Hex CA C9 6B 0 0 2F 15 3B 2F 3D
Octal 312 311 153 0 0 57 25 73 57 75
Binary 11001010 11001001 1101011 0 0 101111 10101 111011 101111 111101

Color Harmonies of #CAC96B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC96B

Black with #CAC96B

Text Example


Text Example

White with #CAC96B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC96B; }

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

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

background-color css

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

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

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

border-color css

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

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

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