Html Css Color HEX #C0D7CA Jet Stream

📋 copy color: '#C0D7CA'

red 192 ◦ green 215 ◦ blue 202

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

Shades of Jet Stream #C0D7CA

Tints of Jet Stream #C0D7CA

RGB

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

 GREEN value IS 215 (84.38% from 255) = 35.3%

 BLUE value IS 202 (79.3% from 255) = 33.17%

R = 31.53%
G = 35.3%
B = 33.17%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#C0D7CA (or 0xC0D7CA) is known color: Jet Stream. HEX triplet: C0, D7 and CA. RGB value is (192,215,202). Sum of RGB (Red+Green+Blue) = 192+215+202=609 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.53% from 609); Green value is 215 (84.38% from 255 or 35.30% from 609); Blue value is 202 (79.30% from 255 or 33.17% from 609); Max value from RGB is 215 - color contains mainly: green. Hex color #C0D7CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0D7CA is #3F2835. Grayscale: #CECECE. Windows color (decimal): -4139062 or 13293504. OLE color: 13293504.

HSL color Cylindrical-coordinate representation of color #C0D7CA: hue angle of 146.09º degrees, saturation: 0.22, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C0D7CA is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB 192 215 202 -
CMYK 0.11 0 0.06 0.16
HSL 146.09º 0.22% 0.8% -
HSV(B) 146.09º 0.11% 0.84% -
XYZ 56.7 64.07 65.26 -
YUV 206.64 125.38 117.56 -
System Red Green Blue C M Y K H S L
Decimal 192 215 202 0.11 0 0.06 0.16 146.09 0.22 0.8
Hex C0 D7 CA B 0 6 10 92 16 50
Octal 300 327 312 13 0 6 20 222 26 120
Binary 11000000 11010111 11001010 1011 0 110 10000 10010010 10110 1010000

Color Harmonies of #C0D7CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0D7CA

Black with #C0D7CA

Text Example


Text Example

White with #C0D7CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0D7CA; }

 p { color: rgb(192,215,202); }

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

background-color css

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

 a { background-color: rgb(192,215,202); }

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

border-color css

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

 span { border-color: rgb(192,215,202); }

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