Html Css Color HEX #CCC86A Wild Willow

📋 copy color: '#CCC86A'

red 204 ◦ green 200 ◦ blue 106

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

Shades of Wild Willow #CCC86A

Tints of Wild Willow #CCC86A

RGB

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

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

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

R = 40%
G = 39.22%
B = 20.78%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.48

 K value IS 0.2

RGB Variations

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

Color information

#CCC86A (or 0xCCC86A) is known color: Wild Willow. HEX triplet: CC, C8 and 6A. RGB value is (204,200,106). Sum of RGB (Red+Green+Blue) = 204+200+106=510 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40% from 510); Green value is 200 (78.52% from 255 or 39.22% from 510); Blue value is 106 (41.80% from 255 or 20.78% from 510); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC86A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC86A is #333795. Grayscale: #BEBEBE. Windows color (decimal): -3356566 or 6998220. OLE color: 6998220.

HSL color Cylindrical-coordinate representation of color #CCC86A: hue angle of 57.55º 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 #CCC86A is Cyan = 0, Magento = 0.02, Yellow = 0.48 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 200 106 -
CMYK 0 0.02 0.48 0.2
HSL 57.55º 0.49% 0.61% -
HSV(B) 57.55º 0.48% 0.8% -
XYZ 48.16 55.19 21.75 -
YUV 190.48 80.33 137.64 -
System Red Green Blue C M Y K H S L
Decimal 204 200 106 0 0.02 0.48 0.2 57.55 0.49 0.61
Hex CC C8 6A 0 2 30 14 3A 31 3D
Octal 314 310 152 0 2 60 24 72 61 75
Binary 11001100 11001000 1101010 0 10 110000 10100 111010 110001 111101

Color Harmonies of #CCC86A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC86A

Black with #CCC86A

Text Example


Text Example

White with #CCC86A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC86A; }

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

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

background-color css

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

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

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

border-color css

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

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

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