Html Css Color HEX #C0D2CB Jet Stream

📋 copy color: '#C0D2CB'

red 192 ◦ green 210 ◦ blue 203

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

Shades of Jet Stream #C0D2CB

Tints of Jet Stream #C0D2CB

RGB

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

 GREEN value IS 210 (82.42% from 255) = 34.71%

 BLUE value IS 203 (79.69% from 255) = 33.55%

R = 31.74%
G = 34.71%
B = 33.55%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#C0D2CB (or 0xC0D2CB) is known color: Jet Stream. HEX triplet: C0, D2 and CB. RGB value is (192,210,203). Sum of RGB (Red+Green+Blue) = 192+210+203=605 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.74% from 605); Green value is 210 (82.42% from 255 or 34.71% from 605); Blue value is 203 (79.69% from 255 or 33.55% from 605); Max value from RGB is 210 - color contains mainly: green. Hex color #C0D2CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0D2CB is #3F2D34. Grayscale: #CBCBCB. Windows color (decimal): -4140341 or 13357760. OLE color: 13357760.

HSL color Cylindrical-coordinate representation of color #C0D2CB: hue angle of 156.67º degrees, saturation: 0.17, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C0D2CB is Cyan = 0.09, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB 192 210 203 -
CMYK 0.09 0 0.03 0.18
HSL 156.67º 0.17% 0.79% -
HSV(B) 156.67º 0.09% 0.82% -
XYZ 55.56 61.61 65.46 -
YUV 203.82 127.54 119.57 -
System Red Green Blue C M Y K H S L
Decimal 192 210 203 0.09 0 0.03 0.18 156.67 0.17 0.79
Hex C0 D2 CB 9 0 3 12 9D 11 4F
Octal 300 322 313 11 0 3 22 235 21 117
Binary 11000000 11010010 11001011 1001 0 11 10010 10011101 10001 1001111

Color Harmonies of #C0D2CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0D2CB

Black with #C0D2CB

Text Example


Text Example

White with #C0D2CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0D2CB; }

 p { color: rgb(192,210,203); }

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

background-color css

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

 a { background-color: rgb(192,210,203); }

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

border-color css

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

 span { border-color: rgb(192,210,203); }

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