#D68283

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

Shades of Charm #D68283

Tints of Charm #D68283

Color information

#D68283 (or 0xD68283) is unknown color: approx Charm. HEX triplet: D6, 82 and 83. RGB value is (214,130,131). Sum of RGB (Red+Green+Blue) = 214+130+131=475 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.05% from 475); Green value is 130 (51.17% from 255 or 27.37% from 475); Blue value is 131 (51.56% from 255 or 27.58% from 475); Max value from RGB is 214 - color contains mainly: red. Hex color #D68283 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68283 is #297D7C. Grayscale: #9B9B9B. Windows color (decimal): -2719101 or 8618710. OLE color: 8618710.

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

Color convert

RGB214130131-
CMYK00.390.390.16
HSL359.29º50.6%67.45%-
HSV(B)359.29º39.25%83.92%-
XYZ39.8131.925.53-
YUV155.23114.33169.92-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 45.05%
GREEN value IS 130 (51.17% from 255) = 27.37%
BLUE value IS 131 (51.56% from 255) = 27.58%
R=45.05%
G=27.37%
B=27.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.39
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21413013100.390.390.16359.2950.667.45
HexD6828302727101673343
Octal326202203047472054763103
Binary1101011010000010100000110100111100111100001011001111100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68283; }

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

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

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

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

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

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

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

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