#C4808C

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

Shades of Charm #C4808C

Tints of Charm #C4808C

Color information

#C4808C (or 0xC4808C) is unknown color: approx Charm. HEX triplet: C4, 80 and 8C. RGB value is (196,128,140). Sum of RGB (Red+Green+Blue) = 196+128+140=464 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.24% from 464); Green value is 128 (50.39% from 255 or 27.59% from 464); Blue value is 140 (55.08% from 255 or 30.17% from 464); Max value from RGB is 196 - color contains mainly: red. Hex color #C4808C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4808C is #3B7F73. Grayscale: #959595. Windows color (decimal): -3899252 or 9208004. OLE color: 9208004.

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

Color convert

RGB196128140-
CMYK00.350.290.23
HSL349.41º36.56%63.53%-
HSV(B)349.41º34.69%76.86%-
XYZ35.2229.0728.57-
YUV149.7122.53161.02-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 42.24%
GREEN value IS 128 (50.39% from 255) = 27.59%
BLUE value IS 140 (55.08% from 255) = 30.17%
R=42.24%
G=27.59%
B=30.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.29
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19612814000.350.290.23349.4136.5663.53
HexC4808C0231D1715d2540
Octal304200214043352753545100
Binary110001001000000010001100010001111101101111010111011001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4808C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4808C; }

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

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

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

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

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

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

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

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