Html Css Color HEX #C9CFCC Jet Stream

📋 copy color: '#C9CFCC'

red 201 ◦ green 207 ◦ blue 204

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

Shades of Jet Stream #C9CFCC

Tints of Jet Stream #C9CFCC

RGB

 RED value IS 201 (78.91% from 255) = 32.84%

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

 BLUE value IS 204 (80.08% from 255) = 33.33%

R = 32.84%
G = 33.82%
B = 33.33%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#C9CFCC (or 0xC9CFCC) is known color: Jet Stream. HEX triplet: C9, CF and CC. RGB value is (201,207,204). Sum of RGB (Red+Green+Blue) = 201+207+204=612 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.84% from 612); Green value is 207 (81.25% from 255 or 33.82% from 612); Blue value is 204 (80.08% from 255 or 33.33% from 612); Max value from RGB is 207 - color contains mainly: green. Hex color #C9CFCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9CFCC is #363033. Grayscale: #CCCCCC. Windows color (decimal): -3551284 or 13422537. OLE color: 13422537.

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

Color convert

RGB 201 207 204 -
CMYK 0.03 0 0.01 0.19
HSL 150º 0.06% 0.8% -
HSV(B) 150º 0.03% 0.81% -
XYZ 57.3 61.4 65.96 -
YUV 204.86 127.51 125.24 -
System Red Green Blue C M Y K H S L
Decimal 201 207 204 0.03 0 0.01 0.19 150 0.06 0.8
Hex C9 CF CC 3 0 1 13 96 6 50
Octal 311 317 314 3 0 1 23 226 6 120
Binary 11001001 11001111 11001100 11 0 1 10011 10010110 110 1010000

Color Harmonies of #C9CFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9CFCC

Black with #C9CFCC

Text Example


Text Example

White with #C9CFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9CFCC; }

 p { color: rgb(201,207,204); }

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

background-color css

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

 a { background-color: rgb(201,207,204); }

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

border-color css

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

 span { border-color: rgb(201,207,204); }

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