#C9C0D5

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

Shades of Moon Raker #C9C0D5

Tints of Moon Raker #C9C0D5

Color information

#C9C0D5 (or 0xC9C0D5) is unknown color: approx Moon Raker. HEX triplet: C9, C0 and D5. RGB value is (201,192,213). Sum of RGB (Red+Green+Blue) = 201+192+213=606 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.17% from 606); Green value is 192 (75.39% from 255 or 31.68% from 606); Blue value is 213 (83.59% from 255 or 35.15% from 606); Max value from RGB is 213 - color contains mainly: blue. Hex color #C9C0D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9C0D5 is #363F2A. Grayscale: #C5C5C5. Windows color (decimal): -3555115 or 14008521. OLE color: 14008521.

HSL color Cylindrical-coordinate representation of color #C9C0D5: hue angle of 265.71º degrees, saturation: 0.2, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C9C0D5 is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB201192213-
CMYK0.060.1000.16
HSL265.71º20%79.41%-
HSV(B)265.71º9.86%83.53%-
XYZ54.9554.9270.66-
YUV197.08136.98130.79-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 33.17%
GREEN value IS 192 (75.39% from 255) = 31.68%
BLUE value IS 213 (83.59% from 255) = 35.15%
R=33.17%
G=31.68%
B=35.15%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2011922130.060.1000.16265.712079.41
HexC9C0D56A01010a144f
Octal31130032561202041224117
Binary1100100111000000110101011101010010000100001010101001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9C0D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9C0D5; }

 p { color: rgb(201,192,213); }

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

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

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

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

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

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

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