#C0808A

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

Shades of Charm #C0808A

Tints of Charm #C0808A

Color information

#C0808A (or 0xC0808A) is unknown color: approx Charm. HEX triplet: C0, 80 and 8A. RGB value is (192,128,138). Sum of RGB (Red+Green+Blue) = 192+128+138=458 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.92% from 458); Green value is 128 (50.39% from 255 or 27.95% from 458); Blue value is 138 (54.30% from 255 or 30.13% from 458); Max value from RGB is 192 - color contains mainly: red. Hex color #C0808A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0808A is #3F7F75. Grayscale: #949494. Windows color (decimal): -4161398 or 9076928. OLE color: 9076928.

HSL color Cylindrical-coordinate representation of color #C0808A: hue angle of 350.62º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C0808A is Cyan = 0, Magento = 0.33, Yellow = 0.28 and Black (K on CMYK) = 0.25.

Color convert

RGB192128138-
CMYK00.330.280.25
HSL350.62º33.68%62.75%-
HSV(B)350.62º33.33%75.29%-
XYZ34.0428.4827.75-
YUV148.28122.2159.19-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 41.92%
GREEN value IS 128 (50.39% from 255) = 27.95%
BLUE value IS 138 (54.30% from 255) = 30.13%
R=41.92%
G=27.95%
B=30.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19212813800.330.280.25350.6233.6862.75
HexC0808A0211C1915f223f
Octal30020021204134315374277
Binary11000000100000001000101001000011110011001101011111100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0808A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0808A; }

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

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

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

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

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

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

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

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