Html Css Color HEX #C2CBC6 Nebula

📋 copy color: '#C2CBC6'

red 194 ◦ green 203 ◦ blue 198

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

Shades of Nebula #C2CBC6

Tints of Nebula #C2CBC6

RGB

 RED value IS 194 (76.17% from 255) = 32.61%

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

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

R = 32.61%
G = 34.12%
B = 33.28%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.02

 K value IS 0.20

RGB Variations

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

Color information

#C2CBC6 (or 0xC2CBC6) is known color: Nebula. HEX triplet: C2, CB and C6. RGB value is (194,203,198). Sum of RGB (Red+Green+Blue) = 194+203+198=595 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.61% from 595); Green value is 203 (79.69% from 255 or 34.12% from 595); Blue value is 198 (77.73% from 255 or 33.28% from 595); Max value from RGB is 203 - color contains mainly: green. Hex color #C2CBC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CBC6 is #3D3439. Grayscale: #C7C7C7. Windows color (decimal): -4011066 or 13028290. OLE color: 13028290.

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

Color convert

RGB 194 203 198 -
CMYK 0.04 0 0.02 0.20
HSL 146.67º 0.08% 0.78% -
HSV(B) 146.67º 0.04% 0.8% -
XYZ 53.8 58.26 61.84 -
YUV 199.74 127.02 123.91 -
System Red Green Blue C M Y K H S L
Decimal 194 203 198 0.04 0 0.02 0.20 146.67 0.08 0.78
Hex C2 CB C6 4 0 2 14 93 8 4E
Octal 302 313 306 4 0 2 24 223 10 116
Binary 11000010 11001011 11000110 100 0 10 10100 10010011 1000 1001110

Color Harmonies of #C2CBC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2CBC6

Black with #C2CBC6

Text Example


Text Example

White with #C2CBC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2CBC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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