#C3818A

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

Shades of Charm #C3818A

Tints of Charm #C3818A

Color information

#C3818A (or 0xC3818A) is unknown color: approx Charm. HEX triplet: C3, 81 and 8A. RGB value is (195,129,138). Sum of RGB (Red+Green+Blue) = 195+129+138=462 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.21% from 462); Green value is 129 (50.78% from 255 or 27.92% from 462); Blue value is 138 (54.30% from 255 or 29.87% from 462); Max value from RGB is 195 - color contains mainly: red. Hex color #C3818A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3818A is #3C7E75. Grayscale: #959595. Windows color (decimal): -3964534 or 9077187. OLE color: 9077187.

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

Color convert

RGB195129138-
CMYK00.340.290.24
HSL351.82º35.48%63.53%-
HSV(B)351.82º33.85%76.47%-
XYZ34.9429.1427.83-
YUV149.76121.37160.27-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 42.21%
GREEN value IS 129 (50.78% from 255) = 27.92%
BLUE value IS 138 (54.30% from 255) = 29.87%
R=42.21%
G=27.92%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.29
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19512913800.340.290.24351.8235.4863.53
HexC3818A0221D181602340
Octal303201212042353054043100
Binary110000111000000110001010010001011101110001011000001000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3818A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3818A; }

 p { color: rgb(195,129,138); }

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

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

 a { background-color: rgb(195,129,138); }

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

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

 span { border-color: rgb(195,129,138); }

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