Html Css Color HEX #CAC76A Wild Willow

📋 copy color: '#CAC76A'

red 202 ◦ green 199 ◦ blue 106

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

Shades of Wild Willow #CAC76A

Tints of Wild Willow #CAC76A

RGB

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

 GREEN value IS 199 (78.13% from 255) = 39.25%

 BLUE value IS 106 (41.8% from 255) = 20.91%

R = 39.84%
G = 39.25%
B = 20.91%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.48

 K value IS 0.21

RGB Variations

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

Color information

#CAC76A (or 0xCAC76A) is known color: Wild Willow. HEX triplet: CA, C7 and 6A. RGB value is (202,199,106). Sum of RGB (Red+Green+Blue) = 202+199+106=507 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.84% from 507); Green value is 199 (78.12% from 255 or 39.25% from 507); Blue value is 106 (41.80% from 255 or 20.91% from 507); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC76A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC76A is #353895. Grayscale: #BDBDBD. Windows color (decimal): -3487894 or 6997962. OLE color: 6997962.

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

Color convert

RGB 202 199 106 -
CMYK 0 0.01 0.48 0.21
HSL 58.13º 0.48% 0.6% -
HSV(B) 58.13º 0.48% 0.79% -
XYZ 47.38 54.44 21.65 -
YUV 189.3 80.99 137.06 -
System Red Green Blue C M Y K H S L
Decimal 202 199 106 0 0.01 0.48 0.21 58.13 0.48 0.6
Hex CA C7 6A 0 1 30 15 3A 30 3C
Octal 312 307 152 0 1 60 25 72 60 74
Binary 11001010 11000111 1101010 0 1 110000 10101 111010 110000 111100

Color Harmonies of #CAC76A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC76A

Black with #CAC76A

Text Example


Text Example

White with #CAC76A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC76A; }

 p { color: rgb(202,199,106); }

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

background-color css

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

 a { background-color: rgb(202,199,106); }

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

border-color css

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

 span { border-color: rgb(202,199,106); }

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