#C9C5CA

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

Shades of Prelude #C9C5CA

Tints of Prelude #C9C5CA

Color information

#C9C5CA (or 0xC9C5CA) is unknown color: approx Prelude. HEX triplet: C9, C5 and CA. RGB value is (201,197,202). Sum of RGB (Red+Green+Blue) = 201+197+202=600 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.5% from 600); Green value is 197 (77.34% from 255 or 32.83% from 600); Blue value is 202 (79.30% from 255 or 33.67% from 600); Max value from RGB is 202 - color contains mainly: blue. Hex color #C9C5CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9C5CA is #363A35. Grayscale: #C6C6C6. Windows color (decimal): -3553846 or 13288905. OLE color: 13288905.

HSL color Cylindrical-coordinate representation of color #C9C5CA: hue angle of 288º degrees, saturation: 0.05, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #C9C5CA is Cyan = 0.00, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB201197202-
CMYK0.000.0200.21
HSL288º4.5%78.24%-
HSV(B)288º2.48%79.22%-
XYZ54.7156.6163.92-
YUV198.77129.83129.59-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 33.5%
GREEN value IS 197 (77.34% from 255) = 32.83%
BLUE value IS 202 (79.30% from 255) = 33.67%
R=33.5%
G=32.83%
B=33.67%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011972020.000.0200.212884.578.24
HexC9C5CA0201512054e
Octal311305312020254405116
Binary1100100111000101110010100100101011001000001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9C5CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9C5CA; }

 p { color: rgb(201,197,202); }

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

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

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

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

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

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

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