Html Css Color HEX #CCC756 Wild Willow

📋 copy color: '#CCC756'

red 204 ◦ green 199 ◦ blue 86

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

Shades of Wild Willow #CCC756

Tints of Wild Willow #CCC756

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 17.59%

R = 41.72%
G = 40.7%
B = 17.59%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.58

 K value IS 0.2

RGB Variations

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

Color information

#CCC756 (or 0xCCC756) is known color: Wild Willow. HEX triplet: CC, C7 and 56. RGB value is (204,199,86). Sum of RGB (Red+Green+Blue) = 204+199+86=489 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.72% from 489); Green value is 199 (78.12% from 255 or 40.70% from 489); Blue value is 86 (33.98% from 255 or 17.59% from 489); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC756 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC756 is #3338A9. Grayscale: #BCBCBC. Windows color (decimal): -3356842 or 5687244. OLE color: 5687244.

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

Color convert

RGB 204 199 86 -
CMYK 0 0.02 0.58 0.2
HSL 57.46º 0.54% 0.57% -
HSV(B) 57.46º 0.58% 0.8% -
XYZ 47 54.36 16.82 -
YUV 187.61 70.66 139.69 -
System Red Green Blue C M Y K H S L
Decimal 204 199 86 0 0.02 0.58 0.2 57.46 0.54 0.57
Hex CC C7 56 0 2 3A 14 39 36 39
Octal 314 307 126 0 2 72 24 71 66 71
Binary 11001100 11000111 1010110 0 10 111010 10100 111001 110110 111001

Color Harmonies of #CCC756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC756

Black with #CCC756

Text Example


Text Example

White with #CCC756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC756; }

 p { color: rgb(204,199,86); }

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

background-color css

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

 a { background-color: rgb(204,199,86); }

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

border-color css

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

 span { border-color: rgb(204,199,86); }

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