Html Css Color HEX #D28185 Charm

📋 copy color: '#D28185'

red 210 ◦ green 129 ◦ blue 133

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

Shades of Charm #D28185

Tints of Charm #D28185

RGB

 RED value IS 210 (82.42% from 255) = 44.49%

 GREEN value IS 129 (50.78% from 255) = 27.33%

 BLUE value IS 133 (52.34% from 255) = 28.18%

R = 44.49%
G = 27.33%
B = 28.18%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.37

 K value IS 0.18

RGB Variations

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

Color information

#D28185 (or 0xD28185) is known color: Charm. HEX triplet: D2, 81 and 85. RGB value is (210,129,133). Sum of RGB (Red+Green+Blue) = 210+129+133=472 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.49% from 472); Green value is 129 (50.78% from 255 or 27.33% from 472); Blue value is 133 (52.34% from 255 or 28.18% from 472); Max value from RGB is 210 - color contains mainly: red. Hex color #D28185 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D28185 is #2D7E7A. Grayscale: #999999. Windows color (decimal): -2981499 or 8749522. OLE color: 8749522.

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

Color convert

RGB 210 129 133 -
CMYK 0 0.39 0.37 0.18
HSL 357.04º 0.47% 0.66% -
HSV(B) 357.04º 0.39% 0.82% -
XYZ 38.66 31.1 26.15 -
YUV 153.68 116.34 168.17 -
System Red Green Blue C M Y K H S L
Decimal 210 129 133 0 0.39 0.37 0.18 357.04 0.47 0.66
Hex D2 81 85 0 27 25 12 165 2F 42
Octal 322 201 205 0 47 45 22 545 57 102
Binary 11010010 10000001 10000101 0 100111 100101 10010 101100101 101111 1000010

Color Harmonies of #D28185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28185

Black with #D28185

Text Example


Text Example

White with #D28185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28185; }

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

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

background-color css

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

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

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

border-color css

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

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

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