#C4808A

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

Shades of Charm #C4808A

Tints of Charm #C4808A

Color information

#C4808A (or 0xC4808A) is unknown color: approx Charm. HEX triplet: C4, 80 and 8A. RGB value is (196,128,138). Sum of RGB (Red+Green+Blue) = 196+128+138=462 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.42% from 462); Green value is 128 (50.39% from 255 or 27.71% from 462); Blue value is 138 (54.30% from 255 or 29.87% from 462); Max value from RGB is 196 - color contains mainly: red. Hex color #C4808A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4808A is #3B7F75. Grayscale: #959595. Windows color (decimal): -3899254 or 9076932. OLE color: 9076932.

HSL color Cylindrical-coordinate representation of color #C4808A: hue angle of 351.18º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C4808A is Cyan = 0, Magento = 0.35, Yellow = 0.30 and Black (K on CMYK) = 0.23.

Color convert

RGB196128138-
CMYK00.350.300.23
HSL351.18º36.56%63.53%-
HSV(B)351.18º34.69%76.86%-
XYZ35.0729.0127.8-
YUV149.47121.53161.19-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 42.42%
GREEN value IS 128 (50.39% from 255) = 27.71%
BLUE value IS 138 (54.30% from 255) = 29.87%
R=42.42%
G=27.71%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.30
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19612813800.350.300.23351.1836.5663.53
HexC4808A0231E1715f2540
Octal304200212043362753745100
Binary110001001000000010001010010001111110101111010111111001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4808A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4808A; }

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

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

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

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

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

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

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

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