Html Css Color HEX #C6CBC8 Nebula

📋 copy color: '#C6CBC8'

red 198 ◦ green 203 ◦ blue 200

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

Shades of Nebula #C6CBC8

Tints of Nebula #C6CBC8

RGB

 RED value IS 198 (77.73% from 255) = 32.95%

 GREEN value IS 203 (79.69% from 255) = 33.78%

 BLUE value IS 200 (78.52% from 255) = 33.28%

R = 32.95%
G = 33.78%
B = 33.28%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.01

 K value IS 0.20

RGB Variations

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

Color information

#C6CBC8 (or 0xC6CBC8) is known color: Nebula. HEX triplet: C6, CB and C8. RGB value is (198,203,200). Sum of RGB (Red+Green+Blue) = 198+203+200=601 (79% of max value = 765). Red value is 198 (77.73% from 255 or 32.95% from 601); Green value is 203 (79.69% from 255 or 33.78% from 601); Blue value is 200 (78.52% from 255 or 33.28% from 601); Max value from RGB is 203 - color contains mainly: green. Hex color #C6CBC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6CBC8 is #393437. Grayscale: #C9C9C9. Windows color (decimal): -3748920 or 13159366. OLE color: 13159366.

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

Color convert

RGB 198 203 200 -
CMYK 0.02 0 0.01 0.20
HSL 144º 0.05% 0.79% -
HSV(B) 144º 0.02% 0.8% -
XYZ 55.07 58.89 63.11 -
YUV 201.16 127.34 125.74 -
System Red Green Blue C M Y K H S L
Decimal 198 203 200 0.02 0 0.01 0.20 144 0.05 0.79
Hex C6 CB C8 2 0 1 14 90 5 4F
Octal 306 313 310 2 0 1 24 220 5 117
Binary 11000110 11001011 11001000 10 0 1 10100 10010000 101 1001111

Color Harmonies of #C6CBC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6CBC8

Black with #C6CBC8

Text Example


Text Example

White with #C6CBC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6CBC8; }

 p { color: rgb(198,203,200); }

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

background-color css

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

 a { background-color: rgb(198,203,200); }

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

border-color css

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

 span { border-color: rgb(198,203,200); }

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