#C3808B

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

Shades of Charm #C3808B

Tints of Charm #C3808B

Color information

#C3808B (or 0xC3808B) is unknown color: approx Charm. HEX triplet: C3, 80 and 8B. RGB value is (195,128,139). Sum of RGB (Red+Green+Blue) = 195+128+139=462 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.21% from 462); Green value is 128 (50.39% from 255 or 27.71% from 462); Blue value is 139 (54.69% from 255 or 30.09% from 462); Max value from RGB is 195 - color contains mainly: red. Hex color #C3808B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3808B is #3C7F74. Grayscale: #959595. Windows color (decimal): -3964789 or 9142467. OLE color: 9142467.

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

Color convert

RGB195128139-
CMYK00.340.290.24
HSL350.15º35.83%63.33%-
HSV(B)350.15º34.36%76.47%-
XYZ34.8928.928.17-
YUV149.29122.2160.61-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 42.21%
GREEN value IS 128 (50.39% from 255) = 27.71%
BLUE value IS 139 (54.69% from 255) = 30.09%
R=42.21%
G=27.71%
B=30.09%

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
Decimal19512813900.340.290.24350.1535.8363.33
HexC3808B0221D1815e243f
Octal30320021304235305364477
Binary11000011100000001000101101000101110111000101011110100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3808B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3808B; }

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

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

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

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

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

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

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

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