Html Css Color HEX #C0D1C7 Nebula

📋 copy color: '#C0D1C7'

red 192 ◦ green 209 ◦ blue 199

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

Shades of Nebula #C0D1C7

Tints of Nebula #C0D1C7

RGB

 RED value IS 192 (75.39% from 255) = 32%

 GREEN value IS 209 (82.03% from 255) = 34.83%

 BLUE value IS 199 (78.13% from 255) = 33.17%

R = 32%
G = 34.83%
B = 33.17%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.05

 K value IS 0.18

RGB Variations

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

Color information

#C0D1C7 (or 0xC0D1C7) is known color: Nebula. HEX triplet: C0, D1 and C7. RGB value is (192,209,199). Sum of RGB (Red+Green+Blue) = 192+209+199=600 (79% of max value = 765). Red value is 192 (75.39% from 255 or 32% from 600); Green value is 209 (82.03% from 255 or 34.83% from 600); Blue value is 199 (78.12% from 255 or 33.17% from 600); Max value from RGB is 209 - color contains mainly: green. Hex color #C0D1C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0D1C7 is #3F2E38. Grayscale: #CACACA. Windows color (decimal): -4140601 or 13095360. OLE color: 13095360.

HSL color Cylindrical-coordinate representation of color #C0D1C7: hue angle of 144.71º degrees, saturation: 0.16, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C0D1C7 is Cyan = 0.08, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.18.

Color convert

RGB 192 209 199 -
CMYK 0.08 0 0.05 0.18
HSL 144.71º 0.16% 0.79% -
HSV(B) 144.71º 0.08% 0.82% -
XYZ 54.85 60.93 62.9 -
YUV 202.78 125.87 120.31 -
System Red Green Blue C M Y K H S L
Decimal 192 209 199 0.08 0 0.05 0.18 144.71 0.16 0.79
Hex C0 D1 C7 8 0 5 12 91 10 4F
Octal 300 321 307 10 0 5 22 221 20 117
Binary 11000000 11010001 11000111 1000 0 101 10010 10010001 10000 1001111

Color Harmonies of #C0D1C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0D1C7

Black with #C0D1C7

Text Example


Text Example

White with #C0D1C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0D1C7; }

 p { color: rgb(192,209,199); }

 H1.HeaderClassName
 {
   color: #C0D1C7;
 }
 .AnyTagClassName
 {
   color: #C0D1C7;
 }
</style>

background-color css

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

 a { background-color: rgb(192,209,199); }

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

border-color css

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

 span { border-color: rgb(192,209,199); }

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