Html Css Color HEX #CCC755 Wild Willow

📋 copy color: '#CCC755'

red 204 ◦ green 199 ◦ blue 85

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

Shades of Wild Willow #CCC755

Tints of Wild Willow #CCC755

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 17.42%

R = 41.8%
G = 40.78%
B = 17.42%

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

#CCC755 (or 0xCCC755) is known color: Wild Willow. HEX triplet: CC, C7 and 55. RGB value is (204,199,85). Sum of RGB (Red+Green+Blue) = 204+199+85=488 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.80% from 488); Green value is 199 (78.12% from 255 or 40.78% from 488); Blue value is 85 (33.59% from 255 or 17.42% from 488); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC755 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC755 is #3338AA. Grayscale: #BBBBBB. Windows color (decimal): -3356843 or 5621708. OLE color: 5621708.

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

Color convert

RGB 204 199 85 -
CMYK 0 0.02 0.58 0.2
HSL 57.48º 0.54% 0.57% -
HSV(B) 57.48º 0.58% 0.8% -
XYZ 46.96 54.34 16.61 -
YUV 187.5 70.16 139.77 -
System Red Green Blue C M Y K H S L
Decimal 204 199 85 0 0.02 0.58 0.2 57.48 0.54 0.57
Hex CC C7 55 0 2 3A 14 39 36 39
Octal 314 307 125 0 2 72 24 71 66 71
Binary 11001100 11000111 1010101 0 10 111010 10100 111001 110110 111001

Color Harmonies of #CCC755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC755

Black with #CCC755

Text Example


Text Example

White with #CCC755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC755; }

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

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

background-color css

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

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

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

border-color css

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

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

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