#C9CB75

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

Shades of Deco #C9CB75

Tints of Deco #C9CB75

Color information

#C9CB75 (or 0xC9CB75) is unknown color: approx Deco. HEX triplet: C9, CB and 75. RGB value is (201,203,117). Sum of RGB (Red+Green+Blue) = 201+203+117=521 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.58% from 521); Green value is 203 (79.69% from 255 or 38.96% from 521); Blue value is 117 (46.09% from 255 or 22.46% from 521); Max value from RGB is 203 - color contains mainly: green. Hex color #C9CB75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9CB75 is #36348A. Grayscale: #C0C0C0. Windows color (decimal): -3552395 or 7719881. OLE color: 7719881.

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

Color convert

RGB201203117-
CMYK0.0100.420.20
HSL61.4º45.26%62.75%-
HSV(B)61.4º42.36%79.61%-
XYZ48.6556.4125.15-
YUV192.685.34133.99-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.58%
GREEN value IS 203 (79.69% from 255) = 38.96%
BLUE value IS 117 (46.09% from 255) = 22.46%
R=38.58%
G=38.96%
B=22.46%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2012031170.0100.420.2061.445.2662.75
HexC9CB75102A143d2d3f
Octal311313165105224755577
Binary110010011100101111101011010101010100111101101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9CB75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9CB75; }

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

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

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

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

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

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

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

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