Html Css Color HEX #CCC85C Wild Willow

📋 copy color: '#CCC85C'

red 204 ◦ green 200 ◦ blue 92

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

Shades of Wild Willow #CCC85C

Tints of Wild Willow #CCC85C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 18.55%

R = 41.13%
G = 40.32%
B = 18.55%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.55

 K value IS 0.2

RGB Variations

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

Color information

#CCC85C (or 0xCCC85C) is known color: Wild Willow. HEX triplet: CC, C8 and 5C. RGB value is (204,200,92). Sum of RGB (Red+Green+Blue) = 204+200+92=496 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.13% from 496); Green value is 200 (78.52% from 255 or 40.32% from 496); Blue value is 92 (36.33% from 255 or 18.55% from 496); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC85C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC85C is #3337A3. Grayscale: #BDBDBD. Windows color (decimal): -3356580 or 6080716. OLE color: 6080716.

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

Color convert

RGB 204 200 92 -
CMYK 0 0.02 0.55 0.2
HSL 57.86º 0.52% 0.58% -
HSV(B) 57.86º 0.55% 0.8% -
XYZ 47.49 54.92 18.22 -
YUV 188.88 73.33 138.78 -
System Red Green Blue C M Y K H S L
Decimal 204 200 92 0 0.02 0.55 0.2 57.86 0.52 0.58
Hex CC C8 5C 0 2 37 14 3A 34 3A
Octal 314 310 134 0 2 67 24 72 64 72
Binary 11001100 11001000 1011100 0 10 110111 10100 111010 110100 111010

Color Harmonies of #CCC85C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC85C

Black with #CCC85C

Text Example


Text Example

White with #CCC85C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC85C; }

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

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

background-color css

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

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

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

border-color css

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

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

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