#C1808A

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

Shades of Charm #C1808A

Tints of Charm #C1808A

Color information

#C1808A (or 0xC1808A) is unknown color: approx Charm. HEX triplet: C1, 80 and 8A. RGB value is (193,128,138). Sum of RGB (Red+Green+Blue) = 193+128+138=459 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.05% from 459); Green value is 128 (50.39% from 255 or 27.89% from 459); Blue value is 138 (54.30% from 255 or 30.07% from 459); Max value from RGB is 193 - color contains mainly: red. Hex color #C1808A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1808A is #3E7F75. Grayscale: #949494. Windows color (decimal): -4095862 or 9076929. OLE color: 9076929.

HSL color Cylindrical-coordinate representation of color #C1808A: hue angle of 350.77º 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 #C1808A is Cyan = 0, Magento = 0.34, Yellow = 0.28 and Black (K on CMYK) = 0.24.

Color convert

RGB193128138-
CMYK00.340.280.24
HSL350.77º34.39%62.94%-
HSV(B)350.77º33.68%75.69%-
XYZ34.328.6127.76-
YUV148.57122.03159.69-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 42.05%
GREEN value IS 128 (50.39% from 255) = 27.89%
BLUE value IS 138 (54.30% from 255) = 30.07%
R=42.05%
G=27.89%
B=30.07%

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
Decimal19312813800.340.280.24350.7734.3962.94
HexC1808A0221C1815f223f
Octal30120021204234305374277
Binary11000001100000001000101001000101110011000101011111100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1808A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1808A; }

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

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

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

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

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

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

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

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