#C08384

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

Shades of Charm #C08384

Tints of Charm #C08384

Color information

#C08384 (or 0xC08384) is unknown color: approx Charm. HEX triplet: C0, 83 and 84. RGB value is (192,131,132). Sum of RGB (Red+Green+Blue) = 192+131+132=455 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.20% from 455); Green value is 131 (51.56% from 255 or 28.79% from 455); Blue value is 132 (51.95% from 255 or 29.01% from 455); Max value from RGB is 192 - color contains mainly: red. Hex color #C08384 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08384 is #3F7C7B. Grayscale: #959595. Windows color (decimal): -4160636 or 8684480. OLE color: 8684480.

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

Color convert

RGB192131132-
CMYK00.320.310.25
HSL359.02º32.62%63.33%-
HSV(B)359.02º31.77%75.29%-
XYZ34.0229.1125.65-
YUV149.35118.21158.42-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.20%
GREEN value IS 131 (51.56% from 255) = 28.79%
BLUE value IS 132 (51.95% from 255) = 29.01%
R=42.20%
G=28.79%
B=29.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19213113200.320.310.25359.0232.6263.33
HexC083840201F19167213f
Octal30020320404037315474177
Binary11000000100000111000010001000001111111001101100111100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08384; }

 p { color: rgb(192,131,132); }

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

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

 a { background-color: rgb(192,131,132); }

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

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

 span { border-color: rgb(192,131,132); }

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