Html Css Color HEX #C1C4BE Pumice

📋 copy color: '#C1C4BE'

red 193 ◦ green 196 ◦ blue 190

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

Shades of Pumice #C1C4BE

Tints of Pumice #C1C4BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 32.82%

R = 33.33%
G = 33.85%
B = 32.82%

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

#C1C4BE (or 0xC1C4BE) is known color: Pumice. HEX triplet: C1, C4 and BE. RGB value is (193,196,190). Sum of RGB (Red+Green+Blue) = 193+196+190=579 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.33% from 579); Green value is 196 (76.95% from 255 or 33.85% from 579); Blue value is 190 (74.61% from 255 or 32.82% from 579); Max value from RGB is 196 - color contains mainly: green. Hex color #C1C4BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1C4BE is #3E3B41. Grayscale: #C2C2C2. Windows color (decimal): -4078402 or 12502209. OLE color: 12502209.

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

Color convert

RGB 193 196 190 -
CMYK 0.02 0 0.03 0.23
HSL 90º 0.05% 0.76% -
HSV(B) 90º 0.03% 0.77% -
XYZ 51.03 54.54 56.55 -
YUV 194.42 125.51 126.99 -
System Red Green Blue C M Y K H S L
Decimal 193 196 190 0.02 0 0.03 0.23 90 0.05 0.76
Hex C1 C4 BE 2 0 3 17 5A 5 4C
Octal 301 304 276 2 0 3 27 132 5 114
Binary 11000001 11000100 10111110 10 0 11 10111 1011010 101 1001100

Color Harmonies of #C1C4BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1C4BE

Black with #C1C4BE

Text Example


Text Example

White with #C1C4BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1C4BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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