Html Css Color HEX #D08488 Charm

📋 copy color: '#D08488'

red 208 ◦ green 132 ◦ blue 136

#D08488
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Charm #D08488

Tints of Charm #D08488

RGB

 RED value IS 208 (81.64% from 255) = 43.7%

 GREEN value IS 132 (51.95% from 255) = 27.73%

 BLUE value IS 136 (53.52% from 255) = 28.57%

R = 43.7%
G = 27.73%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.35

 K value IS 0.18

RGB Variations

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

Color information

#D08488 (or 0xD08488) is known color: Charm. HEX triplet: D0, 84 and 88. RGB value is (208,132,136). Sum of RGB (Red+Green+Blue) = 208+132+136=476 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.70% from 476); Green value is 132 (51.95% from 255 or 27.73% from 476); Blue value is 136 (53.52% from 255 or 28.57% from 476); Max value from RGB is 208 - color contains mainly: red. Hex color #D08488 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D08488 is #2F7B77. Grayscale: #9B9B9B. Windows color (decimal): -3111800 or 8946896. OLE color: 8946896.

HSL color Cylindrical-coordinate representation of color #D08488: hue angle of 356.84º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D08488 is Cyan = 0, Magento = 0.37, Yellow = 0.35 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 132 136 -
CMYK 0 0.37 0.35 0.18
HSL 356.84º 0.45% 0.67% -
HSV(B) 356.84º 0.37% 0.82% -
XYZ 38.71 31.69 27.37 -
YUV 155.18 117.18 165.67 -
System Red Green Blue C M Y K H S L
Decimal 208 132 136 0 0.37 0.35 0.18 356.84 0.45 0.67
Hex D0 84 88 0 25 23 12 165 2D 43
Octal 320 204 210 0 45 43 22 545 55 103
Binary 11010000 10000100 10001000 0 100101 100011 10010 101100101 101101 1000011

Color Harmonies of #D08488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08488

Black with #D08488

Text Example


Text Example

White with #D08488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08488; }

 p { color: rgb(208,132,136); }

 H1.HeaderClassName
 {
   color: #D08488;
 }
 .AnyTagClassName
 {
   color: #D08488;
 }
</style>

background-color css

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

 a { background-color: rgb(208,132,136); }

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

border-color css

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

 span { border-color: rgb(208,132,136); }

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