Html Css Color HEX #C5CFCB Jet Stream

📋 copy color: '#C5CFCB'

red 197 ◦ green 207 ◦ blue 203

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

Shades of Jet Stream #C5CFCB

Tints of Jet Stream #C5CFCB

RGB

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

 GREEN value IS 207 (81.25% from 255) = 34.1%

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

R = 32.45%
G = 34.1%
B = 33.44%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#C5CFCB (or 0xC5CFCB) is known color: Jet Stream. HEX triplet: C5, CF and CB. RGB value is (197,207,203). Sum of RGB (Red+Green+Blue) = 197+207+203=607 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.45% from 607); Green value is 207 (81.25% from 255 or 34.10% from 607); Blue value is 203 (79.69% from 255 or 33.44% from 607); Max value from RGB is 207 - color contains mainly: green. Hex color #C5CFCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CFCB is #3A3034. Grayscale: #CBCBCB. Windows color (decimal): -3813429 or 13356997. OLE color: 13356997.

HSL color Cylindrical-coordinate representation of color #C5CFCB: hue angle of 156º degrees, saturation: 0.09, 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 #C5CFCB is Cyan = 0.05, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB 197 207 203 -
CMYK 0.05 0 0.02 0.19
HSL 156º 0.09% 0.79% -
HSV(B) 156º 0.05% 0.81% -
XYZ 56.12 60.81 65.28 -
YUV 203.55 127.69 123.33 -
System Red Green Blue C M Y K H S L
Decimal 197 207 203 0.05 0 0.02 0.19 156 0.09 0.79
Hex C5 CF CB 5 0 2 13 9C 9 4F
Octal 305 317 313 5 0 2 23 234 11 117
Binary 11000101 11001111 11001011 101 0 10 10011 10011100 1001 1001111

Color Harmonies of #C5CFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5CFCB

Black with #C5CFCB

Text Example


Text Example

White with #C5CFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5CFCB; }

 p { color: rgb(197,207,203); }

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

background-color css

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

 a { background-color: rgb(197,207,203); }

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

border-color css

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

 span { border-color: rgb(197,207,203); }

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