Html Css Color HEX #C4CAC8 Jet Stream

📋 copy color: '#C4CAC8'

red 196 ◦ green 202 ◦ blue 200

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

Shades of Jet Stream #C4CAC8

Tints of Jet Stream #C4CAC8

RGB

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

 GREEN value IS 202 (79.3% from 255) = 33.78%

 BLUE value IS 200 (78.52% from 255) = 33.44%

R = 32.78%
G = 33.78%
B = 33.44%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.01

 K value IS 0.21

RGB Variations

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

Color information

#C4CAC8 (or 0xC4CAC8) is known color: Jet Stream. HEX triplet: C4, CA and C8. RGB value is (196,202,200). Sum of RGB (Red+Green+Blue) = 196+202+200=598 (79% of max value = 765). Red value is 196 (76.95% from 255 or 32.78% from 598); Green value is 202 (79.30% from 255 or 33.78% from 598); Blue value is 200 (78.52% from 255 or 33.44% from 598); Max value from RGB is 202 - color contains mainly: green. Hex color #C4CAC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4CAC8 is #3B3537. Grayscale: #C7C7C7. Windows color (decimal): -3880248 or 13159108. OLE color: 13159108.

HSL color Cylindrical-coordinate representation of color #C4CAC8: hue angle of 160º degrees, saturation: 0.05, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #C4CAC8 is Cyan = 0.03, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.21.

Color convert

RGB 196 202 200 -
CMYK 0.03 0 0.01 0.21
HSL 160º 0.05% 0.78% -
HSV(B) 160º 0.03% 0.79% -
XYZ 54.31 58.15 63 -
YUV 199.98 128.01 125.16 -
System Red Green Blue C M Y K H S L
Decimal 196 202 200 0.03 0 0.01 0.21 160 0.05 0.78
Hex C4 CA C8 3 0 1 15 A0 5 4E
Octal 304 312 310 3 0 1 25 240 5 116
Binary 11000100 11001010 11001000 11 0 1 10101 10100000 101 1001110

Color Harmonies of #C4CAC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4CAC8

Black with #C4CAC8

Text Example


Text Example

White with #C4CAC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4CAC8; }

 p { color: rgb(196,202,200); }

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

background-color css

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

 a { background-color: rgb(196,202,200); }

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

border-color css

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

 span { border-color: rgb(196,202,200); }

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