Html Css Color HEX #C1C7BD Pumice

📋 copy color: '#C1C7BD'

red 193 ◦ green 199 ◦ blue 189

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

Shades of Pumice #C1C7BD

Tints of Pumice #C1C7BD

RGB

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

 GREEN value IS 199 (78.13% from 255) = 34.25%

 BLUE value IS 189 (74.22% from 255) = 32.53%

R = 33.22%
G = 34.25%
B = 32.53%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C1C7BD (or 0xC1C7BD) is known color: Pumice. HEX triplet: C1, C7 and BD. RGB value is (193,199,189). Sum of RGB (Red+Green+Blue) = 193+199+189=581 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.22% from 581); Green value is 199 (78.12% from 255 or 34.25% from 581); Blue value is 189 (74.22% from 255 or 32.53% from 581); Max value from RGB is 199 - color contains mainly: green. Hex color #C1C7BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1C7BD is #3E3842. Grayscale: #C4C4C4. Windows color (decimal): -4077635 or 12437441. OLE color: 12437441.

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

Color convert

RGB 193 199 189 -
CMYK 0.03 0 0.05 0.22
HSL 96º 0.08% 0.76% -
HSV(B) 96º 0.05% 0.78% -
XYZ 51.6 55.86 56.21 -
YUV 196.07 124.01 125.81 -
System Red Green Blue C M Y K H S L
Decimal 193 199 189 0.03 0 0.05 0.22 96 0.08 0.76
Hex C1 C7 BD 3 0 5 16 60 8 4C
Octal 301 307 275 3 0 5 26 140 10 114
Binary 11000001 11000111 10111101 11 0 101 10110 1100000 1000 1001100

Color Harmonies of #C1C7BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1C7BD

Black with #C1C7BD

Text Example


Text Example

White with #C1C7BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1C7BD; }

 p { color: rgb(193,199,189); }

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

background-color css

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

 a { background-color: rgb(193,199,189); }

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

border-color css

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

 span { border-color: rgb(193,199,189); }

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