#C1CCC8

Color #C1CCC8 Jet Stream (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jet Stream #C1CCC8

Tints of Jet Stream #C1CCC8

Color information

#C1CCC8 (or 0xC1CCC8) is unknown color: approx Jet Stream. HEX triplet: C1, CC and C8. RGB value is (193,204,200). Sum of RGB (Red+Green+Blue) = 193+204+200=597 (79% of max value = 765). Red value is 193 (75.78% from 255 or 32.33% from 597); Green value is 204 (80.08% from 255 or 34.17% from 597); Blue value is 200 (78.52% from 255 or 33.50% from 597); Max value from RGB is 204 - color contains mainly: green. Hex color #C1CCC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1CCC8 is #3E3337. Grayscale: #C8C8C8. Windows color (decimal): -4076344 or 13159617. OLE color: 13159617.

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

Color convert

RGB193204200-
CMYK0.0500.020.2
HSL158.18º9.73%77.84%-
HSV(B)158.18º5.39%80%-
XYZ54.0158.6963.13-
YUV200.26127.86122.83-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 32.33%
GREEN value IS 204 (80.08% from 255) = 34.17%
BLUE value IS 200 (78.52% from 255) = 33.50%
R=32.33%
G=34.17%
B=33.50%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1932042000.0500.020.2158.189.7377.84
HexC1CCC8502149ea4e
Octal3013143105022423612116
Binary110000011100110011001000101010101001001111010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1CCC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1CCC8; }

 p { color: rgb(193,204,200); }

 H1.HeaderClassName
 {
   color: #C1CCC8;
 }
 .AnyTagClassName
 {
   color: #C1CCC8;
 }
</style>
background-color css

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

 a { background-color: rgb(193,204,200); }

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

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

 span { border-color: rgb(193,204,200); }

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