Html Css Color HEX #C9CC90 Deco

📋 copy color: '#C9CC90'

red 201 ◦ green 204 ◦ blue 144

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

Shades of Deco #C9CC90

Tints of Deco #C9CC90

RGB

 RED value IS 201 (78.91% from 255) = 36.61%

 GREEN value IS 204 (80.08% from 255) = 37.16%

 BLUE value IS 144 (56.64% from 255) = 26.23%

R = 36.61%
G = 37.16%
B = 26.23%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.29

 K value IS 0.2

RGB Variations

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

Color information

#C9CC90 (or 0xC9CC90) is known color: Deco. HEX triplet: C9, CC and 90. RGB value is (201,204,144). Sum of RGB (Red+Green+Blue) = 201+204+144=549 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.61% from 549); Green value is 204 (80.08% from 255 or 37.16% from 549); Blue value is 144 (56.64% from 255 or 26.23% from 549); Max value from RGB is 204 - color contains mainly: green. Hex color #C9CC90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9CC90 is #36336F. Grayscale: #C4C4C4. Windows color (decimal): -3552112 or 9489609. OLE color: 9489609.

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

Color convert

RGB 201 204 144 -
CMYK 0.01 0 0.29 0.2
HSL 63º 0.37% 0.68% -
HSV(B) 63º 0.29% 0.8% -
XYZ 50.71 57.62 34.83 -
YUV 196.26 98.51 131.38 -
System Red Green Blue C M Y K H S L
Decimal 201 204 144 0.01 0 0.29 0.2 63 0.37 0.68
Hex C9 CC 90 1 0 1D 14 3F 25 44
Octal 311 314 220 1 0 35 24 77 45 104
Binary 11001001 11001100 10010000 1 0 11101 10100 111111 100101 1000100

Color Harmonies of #C9CC90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9CC90

Black with #C9CC90

Text Example


Text Example

White with #C9CC90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9CC90; }

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

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

background-color css

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

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

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

border-color css

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

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

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