#C9CC75

Color #C9CC75 Deco (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deco #C9CC75

Tints of Deco #C9CC75

Color information

#C9CC75 (or 0xC9CC75) is unknown color: approx Deco. HEX triplet: C9, CC and 75. RGB value is (201,204,117). Sum of RGB (Red+Green+Blue) = 201+204+117=522 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.51% from 522); Green value is 204 (80.08% from 255 or 39.08% from 522); Blue value is 117 (46.09% from 255 or 22.41% from 522); Max value from RGB is 204 - color contains mainly: green. Hex color #C9CC75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9CC75 is #36338A. Grayscale: #C1C1C1. Windows color (decimal): -3552139 or 7720137. OLE color: 7720137.

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

Color convert

RGB201204117-
CMYK0.0100.430.2
HSL62.07º46.03%62.94%-
HSV(B)62.07º42.65%80%-
XYZ48.8956.8925.23-
YUV193.1885.01133.57-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.51%
GREEN value IS 204 (80.08% from 255) = 39.08%
BLUE value IS 117 (46.09% from 255) = 22.41%
R=38.51%
G=39.08%
B=22.41%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2012041170.0100.430.262.0746.0362.94
HexC9CC75102B143e2e3f
Octal311314165105324765677
Binary110010011100110011101011010101110100111110101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9CC75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9CC75; }

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

 H1.HeaderClassName
 {
   color: #C9CC75;
 }
 .AnyTagClassName
 {
   color: #C9CC75;
 }
</style>
background-color css

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

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

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

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

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

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