Html Css Color HEX #C1C4BF Pumice

📋 copy color: '#C1C4BF'

red 193 ◦ green 196 ◦ blue 191

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

Shades of Pumice #C1C4BF

Tints of Pumice #C1C4BF

RGB

 RED value IS 193 (75.78% from 255) = 33.28%

 GREEN value IS 196 (76.95% from 255) = 33.79%

 BLUE value IS 191 (75% from 255) = 32.93%

R = 33.28%
G = 33.79%
B = 32.93%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.03

 K value IS 0.23

RGB Variations

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

Color information

#C1C4BF (or 0xC1C4BF) is known color: Pumice. HEX triplet: C1, C4 and BF. RGB value is (193,196,191). Sum of RGB (Red+Green+Blue) = 193+196+191=580 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.28% from 580); Green value is 196 (76.95% from 255 or 33.79% from 580); Blue value is 191 (75% from 255 or 32.93% from 580); Max value from RGB is 196 - color contains mainly: green. Hex color #C1C4BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1C4BF is #3E3B40. Grayscale: #C2C2C2. Windows color (decimal): -4078401 or 12567745. OLE color: 12567745.

HSL color Cylindrical-coordinate representation of color #C1C4BF: hue angle of 96º degrees, saturation: 0.04, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #C1C4BF is Cyan = 0.02, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.23.

Color convert

RGB 193 196 191 -
CMYK 0.02 0 0.03 0.23
HSL 96º 0.04% 0.76% -
HSV(B) 96º 0.03% 0.77% -
XYZ 51.14 54.58 57.13 -
YUV 194.53 126.01 126.91 -
System Red Green Blue C M Y K H S L
Decimal 193 196 191 0.02 0 0.03 0.23 96 0.04 0.76
Hex C1 C4 BF 2 0 3 17 60 4 4C
Octal 301 304 277 2 0 3 27 140 4 114
Binary 11000001 11000100 10111111 10 0 11 10111 1100000 100 1001100

Color Harmonies of #C1C4BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1C4BF

Black with #C1C4BF

Text Example


Text Example

White with #C1C4BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1C4BF; }

 p { color: rgb(193,196,191); }

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

background-color css

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

 a { background-color: rgb(193,196,191); }

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

border-color css

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

 span { border-color: rgb(193,196,191); }

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