#C9CBC9

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

Shades of Paris White #C9CBC9

Tints of Paris White #C9CBC9

Color information

#C9CBC9 (or 0xC9CBC9) is unknown color: approx Paris White. HEX triplet: C9, CB and C9. RGB value is (201,203,201). Sum of RGB (Red+Green+Blue) = 201+203+201=605 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.22% from 605); Green value is 203 (79.69% from 255 or 33.55% from 605); Blue value is 201 (78.91% from 255 or 33.22% from 605); Max value from RGB is 203 - color contains mainly: green. Hex color #C9CBC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9CBC9 is #363436. Grayscale: #CACACA. Windows color (decimal): -3552311 or 13224905. OLE color: 13224905.

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

Color convert

RGB201203201-
CMYK0.0100.010.20
HSL120º1.89%79.22%-
HSV(B)120º0.99%79.61%-
XYZ55.9959.3563.76-
YUV202.17127.34127.16-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 33.22%
GREEN value IS 203 (79.69% from 255) = 33.55%
BLUE value IS 201 (78.91% from 255) = 33.22%
R=33.22%
G=33.55%
B=33.22%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2012032010.0100.010.201201.8979.22
HexC9CBC9101147824f
Octal311313311101241702117
Binary110010011100101111001001101101001111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9CBC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9CBC9; }

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

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

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

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

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

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

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

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