Html Css Color HEX #C4CFCB Jet Stream

📋 copy color: '#C4CFCB'

red 196 ◦ green 207 ◦ blue 203

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

Shades of Jet Stream #C4CFCB

Tints of Jet Stream #C4CFCB

RGB

 RED value IS 196 (76.95% from 255) = 32.34%

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

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

R = 32.34%
G = 34.16%
B = 33.5%

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

#C4CFCB (or 0xC4CFCB) is known color: Jet Stream. HEX triplet: C4, CF and CB. RGB value is (196,207,203). Sum of RGB (Red+Green+Blue) = 196+207+203=606 (80% of max value = 765). Red value is 196 (76.95% from 255 or 32.34% from 606); Green value is 207 (81.25% from 255 or 34.16% from 606); Blue value is 203 (79.69% from 255 or 33.50% from 606); Max value from RGB is 207 - color contains mainly: green. Hex color #C4CFCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4CFCB is #3B3034. Grayscale: #CBCBCB. Windows color (decimal): -3878965 or 13356996. OLE color: 13356996.

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

Color convert

RGB 196 207 203 -
CMYK 0.05 0 0.02 0.19
HSL 158.18º 0.1% 0.79% -
HSV(B) 158.18º 0.05% 0.81% -
XYZ 55.86 60.67 65.27 -
YUV 203.26 127.86 122.83 -
System Red Green Blue C M Y K H S L
Decimal 196 207 203 0.05 0 0.02 0.19 158.18 0.1 0.79
Hex C4 CF CB 5 0 2 13 9E A 4F
Octal 304 317 313 5 0 2 23 236 12 117
Binary 11000100 11001111 11001011 101 0 10 10011 10011110 1010 1001111

Color Harmonies of #C4CFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4CFCB

Black with #C4CFCB

Text Example


Text Example

White with #C4CFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4CFCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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