Html Css Color HEX #CCC96A Wild Willow

📋 copy color: '#CCC96A'

red 204 ◦ green 201 ◦ blue 106

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

Shades of Wild Willow #CCC96A

Tints of Wild Willow #CCC96A

RGB

 RED value IS 204 (80.08% from 255) = 39.92%

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

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

R = 39.92%
G = 39.33%
B = 20.74%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.48

 K value IS 0.2

RGB Variations

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

Color information

#CCC96A (or 0xCCC96A) is known color: Wild Willow. HEX triplet: CC, C9 and 6A. RGB value is (204,201,106). Sum of RGB (Red+Green+Blue) = 204+201+106=511 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.92% from 511); Green value is 201 (78.91% from 255 or 39.33% from 511); Blue value is 106 (41.80% from 255 or 20.74% from 511); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC96A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC96A is #333695. Grayscale: #BFBFBF. Windows color (decimal): -3356310 or 6998476. OLE color: 6998476.

HSL color Cylindrical-coordinate representation of color #CCC96A: hue angle of 58.16º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CCC96A is Cyan = 0, Magento = 0.01, Yellow = 0.48 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 201 106 -
CMYK 0 0.01 0.48 0.2
HSL 58.16º 0.49% 0.61% -
HSV(B) 58.16º 0.48% 0.8% -
XYZ 48.39 55.65 21.83 -
YUV 191.07 79.99 137.22 -
System Red Green Blue C M Y K H S L
Decimal 204 201 106 0 0.01 0.48 0.2 58.16 0.49 0.61
Hex CC C9 6A 0 1 30 14 3A 31 3D
Octal 314 311 152 0 1 60 24 72 61 75
Binary 11001100 11001001 1101010 0 1 110000 10100 111010 110001 111101

Color Harmonies of #CCC96A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC96A

Black with #CCC96A

Text Example


Text Example

White with #CCC96A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC96A; }

 p { color: rgb(204,201,106); }

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

background-color css

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

 a { background-color: rgb(204,201,106); }

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

border-color css

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

 span { border-color: rgb(204,201,106); }

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