#C98188

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

Shades of Charm #C98188

Tints of Charm #C98188

Color information

#C98188 (or 0xC98188) is unknown color: approx Charm. HEX triplet: C9, 81 and 88. RGB value is (201,129,136). Sum of RGB (Red+Green+Blue) = 201+129+136=466 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.13% from 466); Green value is 129 (50.78% from 255 or 27.68% from 466); Blue value is 136 (53.52% from 255 or 29.18% from 466); Max value from RGB is 201 - color contains mainly: red. Hex color #C98188 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C98188 is #367E77. Grayscale: #979797. Windows color (decimal): -3571320 or 8946121. OLE color: 8946121.

HSL color Cylindrical-coordinate representation of color #C98188: hue angle of 354.17º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C98188 is Cyan = 0, Magento = 0.36, Yellow = 0.32 and Black (K on CMYK) = 0.21.

Color convert

RGB201129136-
CMYK00.360.320.21
HSL354.17º40%64.71%-
HSV(B)354.17º35.82%78.82%-
XYZ36.3829.927.15-
YUV151.33119.35163.43-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 43.13%
GREEN value IS 129 (50.78% from 255) = 27.68%
BLUE value IS 136 (53.52% from 255) = 29.18%
R=43.13%
G=27.68%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.32
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20112913600.360.320.21354.174064.71
HexC9818802420151622841
Octal311201210044402554250101
Binary1100100110000001100010000100100100000101011011000101010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C98188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C98188; }

 p { color: rgb(201,129,136); }

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

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

 a { background-color: rgb(201,129,136); }

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

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

 span { border-color: rgb(201,129,136); }

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