#C8CCCA

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

Shades of Jet Stream #C8CCCA

Tints of Jet Stream #C8CCCA

Color information

#C8CCCA (or 0xC8CCCA) is unknown color: approx Jet Stream. HEX triplet: C8, CC and CA. RGB value is (200,204,202). Sum of RGB (Red+Green+Blue) = 200+204+202=606 (80% of max value = 765). Red value is 200 (78.52% from 255 or 33.00% from 606); Green value is 204 (80.08% from 255 or 33.66% from 606); Blue value is 202 (79.30% from 255 or 33.33% from 606); Max value from RGB is 204 - color contains mainly: green. Hex color #C8CCCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8CCCA is #373335. Grayscale: #CACACA. Windows color (decimal): -3617590 or 13290696. OLE color: 13290696.

HSL color Cylindrical-coordinate representation of color #C8CCCA: hue angle of 150º degrees, saturation: 0.04, 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 #C8CCCA is Cyan = 0.02, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.2.

Color convert

RGB200204202-
CMYK0.0200.010.2
HSL150º3.77%79.22%-
HSV(B)150º1.96%80%-
XYZ56.0759.7364.45-
YUV202.58127.67126.16-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 33.00%
GREEN value IS 204 (80.08% from 255) = 33.66%
BLUE value IS 202 (79.30% from 255) = 33.33%
R=33.00%
G=33.66%
B=33.33%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2002042020.0200.010.21503.7779.22
HexC8CCCA201149644f
Octal310314312201242264117
Binary110010001100110011001010100110100100101101001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8CCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8CCCA; }

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

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

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

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

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

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

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

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