Html Css Color HEX #C5CDCA Jet Stream

📋 copy color: '#C5CDCA'

red 197 ◦ green 205 ◦ blue 202

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

Shades of Jet Stream #C5CDCA

Tints of Jet Stream #C5CDCA

RGB

 RED value IS 197 (77.34% from 255) = 32.62%

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

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

R = 32.62%
G = 33.94%
B = 33.44%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.01

 K value IS 0.20

RGB Variations

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

Color information

#C5CDCA (or 0xC5CDCA) is known color: Jet Stream. HEX triplet: C5, CD and CA. RGB value is (197,205,202). Sum of RGB (Red+Green+Blue) = 197+205+202=604 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.62% from 604); Green value is 205 (80.47% from 255 or 33.94% from 604); Blue value is 202 (79.30% from 255 or 33.44% from 604); Max value from RGB is 205 - color contains mainly: green. Hex color #C5CDCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CDCA is #3A3235. Grayscale: #CACACA. Windows color (decimal): -3813942 or 13290949. OLE color: 13290949.

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

Color convert

RGB 197 205 202 -
CMYK 0.04 0 0.01 0.20
HSL 157.5º 0.07% 0.79% -
HSV(B) 157.5º 0.04% 0.8% -
XYZ 55.52 59.8 64.49 -
YUV 202.27 127.85 124.24 -
System Red Green Blue C M Y K H S L
Decimal 197 205 202 0.04 0 0.01 0.20 157.5 0.07 0.79
Hex C5 CD CA 4 0 1 14 9E 7 4F
Octal 305 315 312 4 0 1 24 236 7 117
Binary 11000101 11001101 11001010 100 0 1 10100 10011110 111 1001111

Color Harmonies of #C5CDCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5CDCA

Black with #C5CDCA

Text Example


Text Example

White with #C5CDCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5CDCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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