#C68183

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

Shades of Charm #C68183

Tints of Charm #C68183

Color information

#C68183 (or 0xC68183) is unknown color: approx Charm. HEX triplet: C6, 81 and 83. RGB value is (198,129,131). Sum of RGB (Red+Green+Blue) = 198+129+131=458 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.23% from 458); Green value is 129 (50.78% from 255 or 28.17% from 458); Blue value is 131 (51.56% from 255 or 28.60% from 458); Max value from RGB is 198 - color contains mainly: red. Hex color #C68183 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68183 is #397E7C. Grayscale: #959595. Windows color (decimal): -3767933 or 8618438. OLE color: 8618438.

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

Color convert

RGB198129131-
CMYK00.350.340.22
HSL358.26º37.7%64.12%-
HSV(B)358.26º34.85%77.65%-
XYZ35.2429.3425.28-
YUV149.86117.36162.34-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 43.23%
GREEN value IS 129 (50.78% from 255) = 28.17%
BLUE value IS 131 (51.56% from 255) = 28.60%
R=43.23%
G=28.17%
B=28.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.34
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19812913100.350.340.22358.2637.764.12
HexC6818302322161662640
Octal306201203043422654646100
Binary1100011010000001100000110100011100010101101011001101001101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68183; }

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

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

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

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

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

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

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

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