Html Css Color HEX #CCC95C Wild Willow

📋 copy color: '#CCC95C'

red 204 ◦ green 201 ◦ blue 92

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

Shades of Wild Willow #CCC95C

Tints of Wild Willow #CCC95C

RGB

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

 GREEN value IS 201 (78.91% from 255) = 40.44%

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

R = 41.05%
G = 40.44%
B = 18.51%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.55

 K value IS 0.2

RGB Variations

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

Color information

#CCC95C (or 0xCCC95C) is known color: Wild Willow. HEX triplet: CC, C9 and 5C. RGB value is (204,201,92). Sum of RGB (Red+Green+Blue) = 204+201+92=497 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.05% from 497); Green value is 201 (78.91% from 255 or 40.44% from 497); Blue value is 92 (36.33% from 255 or 18.51% from 497); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC95C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC95C is #3336A3. Grayscale: #BDBDBD. Windows color (decimal): -3356324 or 6080972. OLE color: 6080972.

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

Color convert

RGB 204 201 92 -
CMYK 0 0.01 0.55 0.2
HSL 58.39º 0.52% 0.58% -
HSV(B) 58.39º 0.55% 0.8% -
XYZ 47.72 55.38 18.3 -
YUV 189.47 72.99 138.36 -
System Red Green Blue C M Y K H S L
Decimal 204 201 92 0 0.01 0.55 0.2 58.39 0.52 0.58
Hex CC C9 5C 0 1 37 14 3A 34 3A
Octal 314 311 134 0 1 67 24 72 64 72
Binary 11001100 11001001 1011100 0 1 110111 10100 111010 110100 111010

Color Harmonies of #CCC95C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC95C

Black with #CCC95C

Text Example


Text Example

White with #CCC95C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC95C; }

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

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

background-color css

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

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

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

border-color css

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

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

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