Html Css Color HEX #D78185 Charm

📋 copy color: '#D78185'

red 215 ◦ green 129 ◦ blue 133

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

Shades of Charm #D78185

Tints of Charm #D78185

RGB

 RED value IS 215 (84.38% from 255) = 45.07%

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

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

R = 45.07%
G = 27.04%
B = 27.88%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#D78185 (or 0xD78185) is known color: Charm. HEX triplet: D7, 81 and 85. RGB value is (215,129,133). Sum of RGB (Red+Green+Blue) = 215+129+133=477 (63% of max value = 765). Red value is 215 (84.38% from 255 or 45.07% from 477); Green value is 129 (50.78% from 255 or 27.04% from 477); Blue value is 133 (52.34% from 255 or 27.88% from 477); Max value from RGB is 215 - color contains mainly: red. Hex color #D78185 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D78185 is #287E7A. Grayscale: #9B9B9B. Windows color (decimal): -2653819 or 8749527. OLE color: 8749527.

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

Color convert

RGB 215 129 133 -
CMYK 0 0.4 0.38 0.16
HSL 357.21º 0.52% 0.67% -
HSV(B) 357.21º 0.4% 0.84% -
XYZ 40.11 31.84 26.22 -
YUV 155.17 115.49 170.67 -
System Red Green Blue C M Y K H S L
Decimal 215 129 133 0 0.4 0.38 0.16 357.21 0.52 0.67
Hex D7 81 85 0 28 26 10 165 34 43
Octal 327 201 205 0 50 46 20 545 64 103
Binary 11010111 10000001 10000101 0 101000 100110 10000 101100101 110100 1000011

Color Harmonies of #D78185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D78185

Black with #D78185

Text Example


Text Example

White with #D78185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D78185; }

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

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

background-color css

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

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

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

border-color css

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

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

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