Html Css Color HEX #CCC86C Wild Willow

📋 copy color: '#CCC86C'

red 204 ◦ green 200 ◦ blue 108

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

Shades of Wild Willow #CCC86C

Tints of Wild Willow #CCC86C

RGB

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

 GREEN value IS 200 (78.52% from 255) = 39.06%

 BLUE value IS 108 (42.58% from 255) = 21.09%

R = 39.84%
G = 39.06%
B = 21.09%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.47

 K value IS 0.2

RGB Variations

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

Color information

#CCC86C (or 0xCCC86C) is known color: Wild Willow. HEX triplet: CC, C8 and 6C. RGB value is (204,200,108). Sum of RGB (Red+Green+Blue) = 204+200+108=512 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.84% from 512); Green value is 200 (78.52% from 255 or 39.06% from 512); Blue value is 108 (42.58% from 255 or 21.09% from 512); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC86C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC86C is #333793. Grayscale: #BFBFBF. Windows color (decimal): -3356564 or 7129292. OLE color: 7129292.

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

Color convert

RGB 204 200 108 -
CMYK 0 0.02 0.47 0.2
HSL 57.5º 0.48% 0.61% -
HSV(B) 57.5º 0.47% 0.8% -
XYZ 48.26 55.23 22.3 -
YUV 190.71 81.33 137.48 -
System Red Green Blue C M Y K H S L
Decimal 204 200 108 0 0.02 0.47 0.2 57.5 0.48 0.61
Hex CC C8 6C 0 2 2F 14 3A 30 3D
Octal 314 310 154 0 2 57 24 72 60 75
Binary 11001100 11001000 1101100 0 10 101111 10100 111010 110000 111101

Color Harmonies of #CCC86C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC86C

Black with #CCC86C

Text Example


Text Example

White with #CCC86C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC86C; }

 p { color: rgb(204,200,108); }

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

background-color css

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

 a { background-color: rgb(204,200,108); }

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

border-color css

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

 span { border-color: rgb(204,200,108); }

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