#C68188

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

Shades of Charm #C68188

Tints of Charm #C68188

Color information

#C68188 (or 0xC68188) is unknown color: approx Charm. HEX triplet: C6, 81 and 88. RGB value is (198,129,136). Sum of RGB (Red+Green+Blue) = 198+129+136=463 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.76% from 463); Green value is 129 (50.78% from 255 or 27.86% from 463); Blue value is 136 (53.52% from 255 or 29.37% from 463); Max value from RGB is 198 - color contains mainly: red. Hex color #C68188 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68188 is #397E77. Grayscale: #969696. Windows color (decimal): -3767928 or 8946118. OLE color: 8946118.

HSL color Cylindrical-coordinate representation of color #C68188: hue angle of 353.91º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C68188 is Cyan = 0, Magento = 0.35, Yellow = 0.31 and Black (K on CMYK) = 0.22.

Color convert

RGB198129136-
CMYK00.350.310.22
HSL353.91º37.7%64.12%-
HSV(B)353.91º34.85%77.65%-
XYZ35.5829.4827.11-
YUV150.43119.86161.93-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 42.76%
GREEN value IS 129 (50.78% from 255) = 27.86%
BLUE value IS 136 (53.52% from 255) = 29.37%
R=42.76%
G=27.86%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.31
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19812913600.350.310.22353.9137.764.12
HexC681880231F161622640
Octal306201210043372654246100
Binary110001101000000110001000010001111111101101011000101001101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68188; }

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

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

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

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

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

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

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

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