Html Css Color HEX #C0C8C5 Jet Stream

📋 copy color: '#C0C8C5'

red 192 ◦ green 200 ◦ blue 197

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

Shades of Jet Stream #C0C8C5

Tints of Jet Stream #C0C8C5

RGB

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

 GREEN value IS 200 (78.52% from 255) = 33.96%

 BLUE value IS 197 (77.34% from 255) = 33.45%

R = 32.6%
G = 33.96%
B = 33.45%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.02

 K value IS 0.22

RGB Variations

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

Color information

#C0C8C5 (or 0xC0C8C5) is known color: Jet Stream. HEX triplet: C0, C8 and C5. RGB value is (192,200,197). Sum of RGB (Red+Green+Blue) = 192+200+197=589 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.60% from 589); Green value is 200 (78.52% from 255 or 33.96% from 589); Blue value is 197 (77.34% from 255 or 33.45% from 589); Max value from RGB is 200 - color contains mainly: green. Hex color #C0C8C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0C8C5 is #3F373A. Grayscale: #C5C5C5. Windows color (decimal): -4142907 or 12961984. OLE color: 12961984.

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

Color convert

RGB 192 200 197 -
CMYK 0.04 0 0.02 0.22
HSL 157.5º 0.07% 0.77% -
HSV(B) 157.5º 0.04% 0.78% -
XYZ 52.47 56.55 60.97 -
YUV 197.27 127.85 124.24 -
System Red Green Blue C M Y K H S L
Decimal 192 200 197 0.04 0 0.02 0.22 157.5 0.07 0.77
Hex C0 C8 C5 4 0 2 16 9E 7 4D
Octal 300 310 305 4 0 2 26 236 7 115
Binary 11000000 11001000 11000101 100 0 10 10110 10011110 111 1001101

Color Harmonies of #C0C8C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C8C5

Black with #C0C8C5

Text Example


Text Example

White with #C0C8C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C8C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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