Html Css Color HEX #CCC95A Wild Willow

📋 copy color: '#CCC95A'

red 204 ◦ green 201 ◦ blue 90

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

Shades of Wild Willow #CCC95A

Tints of Wild Willow #CCC95A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 18.18%

R = 41.21%
G = 40.61%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.56

 K value IS 0.2

RGB Variations

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

Color information

#CCC95A (or 0xCCC95A) is known color: Wild Willow. HEX triplet: CC, C9 and 5A. RGB value is (204,201,90). Sum of RGB (Red+Green+Blue) = 204+201+90=495 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.21% from 495); Green value is 201 (78.91% from 255 or 40.61% from 495); Blue value is 90 (35.55% from 255 or 18.18% from 495); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC95A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC95A is #3336A5. Grayscale: #BDBDBD. Windows color (decimal): -3356326 or 5949900. OLE color: 5949900.

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

Color convert

RGB 204 201 90 -
CMYK 0 0.01 0.56 0.2
HSL 58.42º 0.53% 0.58% -
HSV(B) 58.42º 0.56% 0.8% -
XYZ 47.63 55.35 17.85 -
YUV 189.24 71.99 138.53 -
System Red Green Blue C M Y K H S L
Decimal 204 201 90 0 0.01 0.56 0.2 58.42 0.53 0.58
Hex CC C9 5A 0 1 38 14 3A 35 3A
Octal 314 311 132 0 1 70 24 72 65 72
Binary 11001100 11001001 1011010 0 1 111000 10100 111010 110101 111010

Color Harmonies of #CCC95A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC95A

Black with #CCC95A

Text Example


Text Example

White with #CCC95A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC95A; }

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

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

background-color css

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

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

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

border-color css

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

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

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