#C1808B

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

Shades of Charm #C1808B

Tints of Charm #C1808B

Color information

#C1808B (or 0xC1808B) is unknown color: approx Charm. HEX triplet: C1, 80 and 8B. RGB value is (193,128,139). Sum of RGB (Red+Green+Blue) = 193+128+139=460 (60% of max value = 765). Red value is 193 (75.78% from 255 or 41.96% from 460); Green value is 128 (50.39% from 255 or 27.83% from 460); Blue value is 139 (54.69% from 255 or 30.22% from 460); Max value from RGB is 193 - color contains mainly: red. Hex color #C1808B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1808B is #3E7F74. Grayscale: #949494. Windows color (decimal): -4095861 or 9142465. OLE color: 9142465.

HSL color Cylindrical-coordinate representation of color #C1808B: hue angle of 349.85º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C1808B is Cyan = 0, Magento = 0.34, Yellow = 0.28 and Black (K on CMYK) = 0.24.

Color convert

RGB193128139-
CMYK00.340.280.24
HSL349.85º34.39%62.94%-
HSV(B)349.85º33.68%75.69%-
XYZ34.3728.6428.14-
YUV148.69122.53159.61-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.96%
GREEN value IS 128 (50.39% from 255) = 27.83%
BLUE value IS 139 (54.69% from 255) = 30.22%
R=41.96%
G=27.83%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19312813900.340.280.24349.8534.3962.94
HexC1808B0221C1815e223f
Octal30120021304234305364277
Binary11000001100000001000101101000101110011000101011110100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1808B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1808B; }

 p { color: rgb(193,128,139); }

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

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

 a { background-color: rgb(193,128,139); }

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

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

 span { border-color: rgb(193,128,139); }

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