Html Css Color HEX #C9C0D5 Moon Raker

📋 copy color: '#C9C0D5'

red 201 ◦ green 192 ◦ blue 213

#C9C0D5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Moon Raker #C9C0D5

Tints of Moon Raker #C9C0D5

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 value IS 0.06

 M value IS 0.10

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C9C0D5 (or 0xC9C0D5) is known color: 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

RGB 201 192 213 -
CMYK 0.06 0.10 0 0.16
HSL 265.71º 0.2% 0.79% -
HSV(B) 265.71º 0.1% 0.84% -
XYZ 54.95 54.92 70.66 -
YUV 197.09 136.98 130.79 -
System Red Green Blue C M Y K H S L
Decimal 201 192 213 0.06 0.10 0 0.16 265.71 0.2 0.79
Hex C9 C0 D5 6 A 0 10 10A 14 4F
Octal 311 300 325 6 12 0 20 412 24 117
Binary 11001001 11000000 11010101 110 1010 0 10000 100001010 10100 1001111

Color Harmonies of #C9C0D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9C0D5

Black with #C9C0D5

Text Example


Text Example

White with #C9C0D5

Text Example


Text Example

HTML Codes & Css Web 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>