Html Css Color HEX #C1CDCA Jet Stream

📋 copy color: '#C1CDCA'

red 193 ◦ green 205 ◦ blue 202

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

Shades of Jet Stream #C1CDCA

Tints of Jet Stream #C1CDCA

RGB

 RED value IS 193 (75.78% from 255) = 32.17%

 GREEN value IS 205 (80.47% from 255) = 34.17%

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

R = 32.17%
G = 34.17%
B = 33.67%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.01

 K value IS 0.20

RGB Variations

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

Color information

#C1CDCA (or 0xC1CDCA) is known color: Jet Stream. HEX triplet: C1, CD and CA. RGB value is (193,205,202). Sum of RGB (Red+Green+Blue) = 193+205+202=600 (79% of max value = 765). Red value is 193 (75.78% from 255 or 32.17% from 600); Green value is 205 (80.47% from 255 or 34.17% from 600); Blue value is 202 (79.30% from 255 or 33.67% from 600); Max value from RGB is 205 - color contains mainly: green. Hex color #C1CDCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1CDCA is #3E3235. Grayscale: #C9C9C9. Windows color (decimal): -4076086 or 13290945. OLE color: 13290945.

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

Color convert

RGB 193 205 202 -
CMYK 0.06 0 0.01 0.20
HSL 165º 0.11% 0.78% -
HSV(B) 165º 0.06% 0.8% -
XYZ 54.48 59.26 64.44 -
YUV 201.07 128.52 122.24 -
System Red Green Blue C M Y K H S L
Decimal 193 205 202 0.06 0 0.01 0.20 165 0.11 0.78
Hex C1 CD CA 6 0 1 14 A5 B 4E
Octal 301 315 312 6 0 1 24 245 13 116
Binary 11000001 11001101 11001010 110 0 1 10100 10100101 1011 1001110

Color Harmonies of #C1CDCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1CDCA

Black with #C1CDCA

Text Example


Text Example

White with #C1CDCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1CDCA; }

 p { color: rgb(193,205,202); }

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

background-color css

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

 a { background-color: rgb(193,205,202); }

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

border-color css

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

 span { border-color: rgb(193,205,202); }

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