#C38081

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

Shades of Charm #C38081

Tints of Charm #C38081

Color information

#C38081 (or 0xC38081) is unknown color: approx Charm. HEX triplet: C3, 80 and 81. RGB value is (195,128,129). Sum of RGB (Red+Green+Blue) = 195+128+129=452 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.14% from 452); Green value is 128 (50.39% from 255 or 28.32% from 452); Blue value is 129 (50.78% from 255 or 28.54% from 452); Max value from RGB is 195 - color contains mainly: red. Hex color #C38081 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38081 is #3C7F7E. Grayscale: #949494. Windows color (decimal): -3964799 or 8487107. OLE color: 8487107.

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

Color convert

RGB195128129-
CMYK00.340.340.24
HSL359.1º35.83%63.33%-
HSV(B)359.1º34.36%76.47%-
XYZ34.1928.6324.49-
YUV148.15117.2161.42-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 43.14%
GREEN value IS 128 (50.39% from 255) = 28.32%
BLUE value IS 129 (50.78% from 255) = 28.54%
R=43.14%
G=28.32%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.34
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19512812900.340.340.24359.135.8363.33
HexC380810222218167243f
Octal30320020104242305474477
Binary110000111000000010000001010001010001011000101100111100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38081; }

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

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

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

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

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

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

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

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