Html Css Color HEX #CAC766 Wild Willow

📋 copy color: '#CAC766'

red 202 ◦ green 199 ◦ blue 102

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

Shades of Wild Willow #CAC766

Tints of Wild Willow #CAC766

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 20.28%

R = 40.16%
G = 39.56%
B = 20.28%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.50

 K value IS 0.21

RGB Variations

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

Color information

#CAC766 (or 0xCAC766) is known color: Wild Willow. HEX triplet: CA, C7 and 66. RGB value is (202,199,102). Sum of RGB (Red+Green+Blue) = 202+199+102=503 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.16% from 503); Green value is 199 (78.12% from 255 or 39.56% from 503); Blue value is 102 (40.23% from 255 or 20.28% from 503); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC766 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC766 is #353899. Grayscale: #BDBDBD. Windows color (decimal): -3487898 or 6735818. OLE color: 6735818.

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

Color convert

RGB 202 199 102 -
CMYK 0 0.01 0.50 0.21
HSL 58.2º 0.49% 0.6% -
HSV(B) 58.2º 0.5% 0.79% -
XYZ 47.18 54.36 20.58 -
YUV 188.84 78.99 137.39 -
System Red Green Blue C M Y K H S L
Decimal 202 199 102 0 0.01 0.50 0.21 58.2 0.49 0.6
Hex CA C7 66 0 1 32 15 3A 31 3C
Octal 312 307 146 0 1 62 25 72 61 74
Binary 11001010 11000111 1100110 0 1 110010 10101 111010 110001 111100

Color Harmonies of #CAC766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC766

Black with #CAC766

Text Example


Text Example

White with #CAC766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC766; }

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

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

background-color css

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

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

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

border-color css

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

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

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