Html Css Color HEX #D4838C Charm

📋 copy color: '#D4838C'

red 212 ◦ green 131 ◦ blue 140

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

Shades of Charm #D4838C

Tints of Charm #D4838C

RGB

 RED value IS 212 (83.2% from 255) = 43.89%

 GREEN value IS 131 (51.56% from 255) = 27.12%

 BLUE value IS 140 (55.08% from 255) = 28.99%

R = 43.89%
G = 27.12%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.34

 K value IS 0.17

RGB Variations

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

Color information

#D4838C (or 0xD4838C) is known color: Charm. HEX triplet: D4, 83 and 8C. RGB value is (212,131,140). Sum of RGB (Red+Green+Blue) = 212+131+140=483 (63% of max value = 765). Red value is 212 (83.20% from 255 or 43.89% from 483); Green value is 131 (51.56% from 255 or 27.12% from 483); Blue value is 140 (55.08% from 255 or 28.99% from 483); Max value from RGB is 212 - color contains mainly: red. Hex color #D4838C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4838C is #2B7C73. Grayscale: #9C9C9C. Windows color (decimal): -2849908 or 9208788. OLE color: 9208788.

HSL color Cylindrical-coordinate representation of color #D4838C: hue angle of 353.33º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D4838C is Cyan = 0, Magento = 0.38, Yellow = 0.34 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 131 140 -
CMYK 0 0.38 0.34 0.17
HSL 353.33º 0.49% 0.67% -
HSV(B) 353.33º 0.38% 0.83% -
XYZ 40 32.12 28.9 -
YUV 156.25 118.84 167.77 -
System Red Green Blue C M Y K H S L
Decimal 212 131 140 0 0.38 0.34 0.17 353.33 0.49 0.67
Hex D4 83 8C 0 26 22 11 161 31 43
Octal 324 203 214 0 46 42 21 541 61 103
Binary 11010100 10000011 10001100 0 100110 100010 10001 101100001 110001 1000011

Color Harmonies of #D4838C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4838C

Black with #D4838C

Text Example


Text Example

White with #D4838C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4838C; }

 p { color: rgb(212,131,140); }

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

background-color css

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

 a { background-color: rgb(212,131,140); }

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

border-color css

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

 span { border-color: rgb(212,131,140); }

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