#D68385

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

Shades of Charm #D68385

Tints of Charm #D68385

Color information

#D68385 (or 0xD68385) is unknown color: approx Charm. HEX triplet: D6, 83 and 85. RGB value is (214,131,133). Sum of RGB (Red+Green+Blue) = 214+131+133=478 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.77% from 478); Green value is 131 (51.56% from 255 or 27.41% from 478); Blue value is 133 (52.34% from 255 or 27.82% from 478); Max value from RGB is 214 - color contains mainly: red. Hex color #D68385 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68385 is #297C7A. Grayscale: #9C9C9C. Windows color (decimal): -2718843 or 8750038. OLE color: 8750038.

HSL color Cylindrical-coordinate representation of color #D68385: hue angle of 358.55º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D68385 is Cyan = 0, Magento = 0.39, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB214131133-
CMYK00.390.380.16
HSL358.55º50.3%67.65%-
HSV(B)358.55º38.79%83.92%-
XYZ40.0832.2226.3-
YUV156.04115169.34-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.77%
GREEN value IS 131 (51.56% from 255) = 27.41%
BLUE value IS 133 (52.34% from 255) = 27.82%
R=44.77%
G=27.41%
B=27.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21413113300.390.380.16358.5550.367.65
HexD6838502726101673244
Octal326203205047462054762104
Binary1101011010000011100001010100111100110100001011001111100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68385; }

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

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

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

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

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

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

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

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