Html Css Color HEX #CCC95B Wild Willow

📋 copy color: '#CCC95B'

red 204 ◦ green 201 ◦ blue 91

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

Shades of Wild Willow #CCC95B

Tints of Wild Willow #CCC95B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 18.35%

R = 41.13%
G = 40.52%
B = 18.35%

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

#CCC95B (or 0xCCC95B) is known color: Wild Willow. HEX triplet: CC, C9 and 5B. RGB value is (204,201,91). Sum of RGB (Red+Green+Blue) = 204+201+91=496 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.13% from 496); Green value is 201 (78.91% from 255 or 40.52% from 496); Blue value is 91 (35.94% from 255 or 18.35% from 496); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC95B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC95B is #3336A4. Grayscale: #BDBDBD. Windows color (decimal): -3356325 or 6015436. OLE color: 6015436.

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

Color convert

RGB 204 201 91 -
CMYK 0 0.01 0.55 0.2
HSL 58.41º 0.53% 0.58% -
HSV(B) 58.41º 0.55% 0.8% -
XYZ 47.68 55.37 18.07 -
YUV 189.36 72.49 138.44 -
System Red Green Blue C M Y K H S L
Decimal 204 201 91 0 0.01 0.55 0.2 58.41 0.53 0.58
Hex CC C9 5B 0 1 37 14 3A 35 3A
Octal 314 311 133 0 1 67 24 72 65 72
Binary 11001100 11001001 1011011 0 1 110111 10100 111010 110101 111010

Color Harmonies of #CCC95B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC95B

Black with #CCC95B

Text Example


Text Example

White with #CCC95B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC95B; }

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

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

background-color css

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

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

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

border-color css

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

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

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