Html Css Color HEX #C0CEC8 Jet Stream

📋 copy color: '#C0CEC8'

red 192 ◦ green 206 ◦ blue 200

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

Shades of Jet Stream #C0CEC8

Tints of Jet Stream #C0CEC8

RGB

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

 GREEN value IS 206 (80.86% from 255) = 34.45%

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

R = 32.11%
G = 34.45%
B = 33.44%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.03

 K value IS 0.19

RGB Variations

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

Color information

#C0CEC8 (or 0xC0CEC8) is known color: Jet Stream. HEX triplet: C0, CE and C8. RGB value is (192,206,200). Sum of RGB (Red+Green+Blue) = 192+206+200=598 (79% of max value = 765). Red value is 192 (75.39% from 255 or 32.11% from 598); Green value is 206 (80.86% from 255 or 34.45% from 598); Blue value is 200 (78.52% from 255 or 33.44% from 598); Max value from RGB is 206 - color contains mainly: green. Hex color #C0CEC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CEC8 is #3F3137. Grayscale: #C9C9C9. Windows color (decimal): -4141368 or 13160128. OLE color: 13160128.

HSL color Cylindrical-coordinate representation of color #C0CEC8: hue angle of 154.29º degrees, saturation: 0.12, 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 #C0CEC8 is Cyan = 0.07, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.

Color convert

RGB 192 206 200 -
CMYK 0.07 0 0.03 0.19
HSL 154.29º 0.13% 0.78% -
HSV(B) 154.29º 0.07% 0.81% -
XYZ 54.23 59.52 63.27 -
YUV 201.13 127.36 121.49 -
System Red Green Blue C M Y K H S L
Decimal 192 206 200 0.07 0 0.03 0.19 154.29 0.13 0.78
Hex C0 CE C8 7 0 3 13 9A C 4E
Octal 300 316 310 7 0 3 23 232 14 116
Binary 11000000 11001110 11001000 111 0 11 10011 10011010 1100 1001110

Color Harmonies of #C0CEC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0CEC8

Black with #C0CEC8

Text Example


Text Example

White with #C0CEC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0CEC8; }

 p { color: rgb(192,206,200); }

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

background-color css

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

 a { background-color: rgb(192,206,200); }

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

border-color css

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

 span { border-color: rgb(192,206,200); }

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