Html Css Color HEX #C3CECB Jet Stream

📋 copy color: '#C3CECB'

red 195 ◦ green 206 ◦ blue 203

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

Shades of Jet Stream #C3CECB

Tints of Jet Stream #C3CECB

RGB

 RED value IS 195 (76.56% from 255) = 32.28%

 GREEN value IS 206 (80.86% from 255) = 34.11%

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

R = 32.28%
G = 34.11%
B = 33.61%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#C3CECB (or 0xC3CECB) is known color: Jet Stream. HEX triplet: C3, CE and CB. RGB value is (195,206,203). Sum of RGB (Red+Green+Blue) = 195+206+203=604 (80% of max value = 765). Red value is 195 (76.56% from 255 or 32.28% from 604); Green value is 206 (80.86% from 255 or 34.11% from 604); Blue value is 203 (79.69% from 255 or 33.61% from 604); Max value from RGB is 206 - color contains mainly: green. Hex color #C3CECB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3CECB is #3C3134. Grayscale: #CACACA. Windows color (decimal): -3944757 or 13356739. OLE color: 13356739.

HSL color Cylindrical-coordinate representation of color #C3CECB: hue angle of 163.64º degrees, saturation: 0.1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C3CECB is Cyan = 0.05, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB 195 206 203 -
CMYK 0.05 0 0.01 0.19
HSL 163.64º 0.1% 0.79% -
HSV(B) 163.64º 0.05% 0.81% -
XYZ 55.36 60.06 65.17 -
YUV 202.37 128.36 122.74 -
System Red Green Blue C M Y K H S L
Decimal 195 206 203 0.05 0 0.01 0.19 163.64 0.1 0.79
Hex C3 CE CB 5 0 1 13 A4 A 4F
Octal 303 316 313 5 0 1 23 244 12 117
Binary 11000011 11001110 11001011 101 0 1 10011 10100100 1010 1001111

Color Harmonies of #C3CECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3CECB

Black with #C3CECB

Text Example


Text Example

White with #C3CECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3CECB; }

 p { color: rgb(195,206,203); }

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

background-color css

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

 a { background-color: rgb(195,206,203); }

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

border-color css

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

 span { border-color: rgb(195,206,203); }

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