#C1CDB4

Color #C1CDB4 Pumice (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pumice #C1CDB4

Tints of Pumice #C1CDB4

Color information

#C1CDB4 (or 0xC1CDB4) is unknown color: approx Pumice. HEX triplet: C1, CD and B4. RGB value is (193,205,180). Sum of RGB (Red+Green+Blue) = 193+205+180=578 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.39% from 578); Green value is 205 (80.47% from 255 or 35.47% from 578); Blue value is 180 (70.70% from 255 or 31.14% from 578); Max value from RGB is 205 - color contains mainly: green. Hex color #C1CDB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1CDB4 is #3E324B. Grayscale: #C6C6C6. Windows color (decimal): -4076108 or 11849153. OLE color: 11849153.

HSL color Cylindrical-coordinate representation of color #C1CDB4: hue angle of 88.8º degrees, saturation: 0.2, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C1CDB4 is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.

Color convert

RGB193205180-
CMYK0.0600.120.20
HSL88.8º20%75.49%-
HSV(B)88.8º12.2%80.39%-
XYZ52.0658.351.69-
YUV198.56117.52124.03-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 33.39%
GREEN value IS 205 (80.47% from 255) = 35.47%
BLUE value IS 180 (70.70% from 255) = 31.14%
R=33.39%
G=35.47%
B=31.14%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1932051800.0600.120.2088.82075.49
HexC1CDB460C1459144b
Octal30131526460142413124113
Binary11000001110011011011010011001100101001011001101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1CDB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1CDB4; }

 p { color: rgb(193,205,180); }

 H1.HeaderClassName
 {
   color: #C1CDB4;
 }
 .AnyTagClassName
 {
   color: #C1CDB4;
 }
</style>
background-color css

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

 a { background-color: rgb(193,205,180); }

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

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

 span { border-color: rgb(193,205,180); }

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