#C0CDB7

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

Shades of Pumice #C0CDB7

Tints of Pumice #C0CDB7

Color information

#C0CDB7 (or 0xC0CDB7) is unknown color: approx Pumice. HEX triplet: C0, CD and B7. RGB value is (192,205,183). Sum of RGB (Red+Green+Blue) = 192+205+183=580 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.10% from 580); Green value is 205 (80.47% from 255 or 35.34% from 580); Blue value is 183 (71.88% from 255 or 31.55% from 580); Max value from RGB is 205 - color contains mainly: green. Hex color #C0CDB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CDB7 is #3F3248. Grayscale: #C6C6C6. Windows color (decimal): -4141641 or 12045760. OLE color: 12045760.

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

Color convert

RGB192205183-
CMYK0.0600.110.20
HSL95.45º18.03%76.08%-
HSV(B)95.45º10.73%80.39%-
XYZ52.1258.2953.3-
YUV198.6119.19123.29-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.10%
GREEN value IS 205 (80.47% from 255) = 35.34%
BLUE value IS 183 (71.88% from 255) = 31.55%
R=33.10%
G=35.34%
B=31.55%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1922051830.0600.110.2095.4518.0376.08
HexC0CDB760B145f124c
Octal30031526760132413722114
Binary11000000110011011011011111001011101001011111100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0CDB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0CDB7; }

 p { color: rgb(192,205,183); }

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

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

 a { background-color: rgb(192,205,183); }

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

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

 span { border-color: rgb(192,205,183); }

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