#D68185

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

Shades of Charm #D68185

Tints of Charm #D68185

Color information

#D68185 (or 0xD68185) is unknown color: approx Charm. HEX triplet: D6, 81 and 85. RGB value is (214,129,133). Sum of RGB (Red+Green+Blue) = 214+129+133=476 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.96% from 476); Green value is 129 (50.78% from 255 or 27.10% from 476); Blue value is 133 (52.34% from 255 or 27.94% from 476); Max value from RGB is 214 - color contains mainly: red. Hex color #D68185 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68185 is #297E7A. Grayscale: #9A9A9A. Windows color (decimal): -2719355 or 8749526. OLE color: 8749526.

HSL color Cylindrical-coordinate representation of color #D68185: hue angle of 357.18º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D68185 is Cyan = 0, Magento = 0.40, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB214129133-
CMYK00.400.380.16
HSL357.18º50.9%67.25%-
HSV(B)357.18º39.72%83.92%-
XYZ39.8231.6926.21-
YUV154.87115.66170.17-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.96%
GREEN value IS 129 (50.78% from 255) = 27.10%
BLUE value IS 133 (52.34% from 255) = 27.94%
R=44.96%
G=27.10%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21412913300.400.380.16357.1850.967.25
HexD6818502826101653343
Octal326201205050462054563103
Binary1101011010000001100001010101000100110100001011001011100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68185; }

 p { color: rgb(214,129,133); }

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

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

 a { background-color: rgb(214,129,133); }

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

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

 span { border-color: rgb(214,129,133); }

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