Html Css Color HEX #CCC757 Wild Willow

📋 copy color: '#CCC757'

red 204 ◦ green 199 ◦ blue 87

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

Shades of Wild Willow #CCC757

Tints of Wild Willow #CCC757

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 17.76%

R = 41.63%
G = 40.61%
B = 17.76%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.57

 K value IS 0.2

RGB Variations

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

Color information

#CCC757 (or 0xCCC757) is known color: Wild Willow. HEX triplet: CC, C7 and 57. RGB value is (204,199,87). Sum of RGB (Red+Green+Blue) = 204+199+87=490 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.63% from 490); Green value is 199 (78.12% from 255 or 40.61% from 490); Blue value is 87 (34.38% from 255 or 17.76% from 490); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC757 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC757 is #3338A8. Grayscale: #BCBCBC. Windows color (decimal): -3356841 or 5752780. OLE color: 5752780.

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

Color convert

RGB 204 199 87 -
CMYK 0 0.02 0.57 0.2
HSL 57.44º 0.53% 0.57% -
HSV(B) 57.44º 0.57% 0.8% -
XYZ 47.05 54.37 17.03 -
YUV 187.73 71.16 139.61 -
System Red Green Blue C M Y K H S L
Decimal 204 199 87 0 0.02 0.57 0.2 57.44 0.53 0.57
Hex CC C7 57 0 2 39 14 39 35 39
Octal 314 307 127 0 2 71 24 71 65 71
Binary 11001100 11000111 1010111 0 10 111001 10100 111001 110101 111001

Color Harmonies of #CCC757

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC757

Black with #CCC757

Text Example


Text Example

White with #CCC757

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC757; }

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

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

background-color css

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

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

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

border-color css

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

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

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