Html Css Color HEX #C0CFC6 Nebula

📋 copy color: '#C0CFC6'

red 192 ◦ green 207 ◦ blue 198

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

Shades of Nebula #C0CFC6

Tints of Nebula #C0CFC6

RGB

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

 GREEN value IS 207 (81.25% from 255) = 34.67%

 BLUE value IS 198 (77.73% from 255) = 33.17%

R = 32.16%
G = 34.67%
B = 33.17%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.04

 K value IS 0.19

RGB Variations

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

Color information

#C0CFC6 (or 0xC0CFC6) is known color: Nebula. HEX triplet: C0, CF and C6. RGB value is (192,207,198). Sum of RGB (Red+Green+Blue) = 192+207+198=597 (79% of max value = 765). Red value is 192 (75.39% from 255 or 32.16% from 597); Green value is 207 (81.25% from 255 or 34.67% from 597); Blue value is 198 (77.73% from 255 or 33.17% from 597); Max value from RGB is 207 - color contains mainly: green. Hex color #C0CFC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CFC6 is #3F3039. Grayscale: #C9C9C9. Windows color (decimal): -4141114 or 13029312. OLE color: 13029312.

HSL color Cylindrical-coordinate representation of color #C0CFC6: hue angle of 144º degrees, saturation: 0.14, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C0CFC6 is Cyan = 0.07, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.

Color convert

RGB 192 207 198 -
CMYK 0.07 0 0.04 0.19
HSL 144º 0.14% 0.78% -
HSV(B) 144º 0.07% 0.81% -
XYZ 54.24 59.91 62.13 -
YUV 201.49 126.03 121.23 -
System Red Green Blue C M Y K H S L
Decimal 192 207 198 0.07 0 0.04 0.19 144 0.14 0.78
Hex C0 CF C6 7 0 4 13 90 E 4E
Octal 300 317 306 7 0 4 23 220 16 116
Binary 11000000 11001111 11000110 111 0 100 10011 10010000 1110 1001110

Color Harmonies of #C0CFC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0CFC6

Black with #C0CFC6

Text Example


Text Example

White with #C0CFC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0CFC6; }

 p { color: rgb(192,207,198); }

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

background-color css

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

 a { background-color: rgb(192,207,198); }

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

border-color css

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

 span { border-color: rgb(192,207,198); }

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