#C38188

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

Shades of Charm #C38188

Tints of Charm #C38188

Color information

#C38188 (or 0xC38188) is unknown color: approx Charm. HEX triplet: C3, 81 and 88. RGB value is (195,129,136). Sum of RGB (Red+Green+Blue) = 195+129+136=460 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.39% from 460); Green value is 129 (50.78% from 255 or 28.04% from 460); Blue value is 136 (53.52% from 255 or 29.57% from 460); Max value from RGB is 195 - color contains mainly: red. Hex color #C38188 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38188 is #3C7E77. Grayscale: #959595. Windows color (decimal): -3964536 or 8946115. OLE color: 8946115.

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

Color convert

RGB195129136-
CMYK00.340.300.24
HSL353.64º35.48%63.53%-
HSV(B)353.64º33.85%76.47%-
XYZ34.829.0827.07-
YUV149.53120.37160.43-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 42.39%
GREEN value IS 129 (50.78% from 255) = 28.04%
BLUE value IS 136 (53.52% from 255) = 29.57%
R=42.39%
G=28.04%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.30
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19512913600.340.300.24353.6435.4863.53
HexC381880221E181622340
Octal303201210042363054243100
Binary110000111000000110001000010001011110110001011000101000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38188; }

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

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

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

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

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

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

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

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