#D07B8A

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

Shades of Charm #D07B8A

Tints of Charm #D07B8A

Color information

#D07B8A (or 0xD07B8A) is unknown color: approx Charm. HEX triplet: D0, 7B and 8A. RGB value is (208,123,138). Sum of RGB (Red+Green+Blue) = 208+123+138=469 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.35% from 469); Green value is 123 (48.44% from 255 or 26.23% from 469); Blue value is 138 (54.30% from 255 or 29.42% from 469); Max value from RGB is 208 - color contains mainly: red. Hex color #D07B8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07B8A is #2F8475. Grayscale: #969696. Windows color (decimal): -3114102 or 9075664. OLE color: 9075664.

HSL color Cylindrical-coordinate representation of color #D07B8A: hue angle of 349.41º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D07B8A is Cyan = 0, Magento = 0.41, Yellow = 0.34 and Black (K on CMYK) = 0.18.

Color convert

RGB208123138-
CMYK00.410.340.18
HSL349.41º47.49%64.9%-
HSV(B)349.41º40.87%81.57%-
XYZ37.6829.4127.74-
YUV150.12121.16169.28-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 44.35%
GREEN value IS 123 (48.44% from 255) = 26.23%
BLUE value IS 138 (54.30% from 255) = 29.42%
R=44.35%
G=26.23%
B=29.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.34
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20812313800.410.340.18349.4147.4964.9
HexD07B8A029221215d2f41
Octal320173212051422253557101
Binary110100001111011100010100101001100010100101010111011011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07B8A; }

 p { color: rgb(208,123,138); }

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

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

 a { background-color: rgb(208,123,138); }

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

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

 span { border-color: rgb(208,123,138); }

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