Html Css Color HEX #D78091 Carissma

📋 copy color: '#D78091'

red 215 ◦ green 128 ◦ blue 145

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

Shades of Carissma #D78091

Tints of Carissma #D78091

RGB

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

 GREEN value IS 128 (50.39% from 255) = 26.23%

 BLUE value IS 145 (57.03% from 255) = 29.71%

R = 44.06%
G = 26.23%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D78091 (or 0xD78091) is known color: Carissma. HEX triplet: D7, 80 and 91. RGB value is (215,128,145). Sum of RGB (Red+Green+Blue) = 215+128+145=488 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.06% from 488); Green value is 128 (50.39% from 255 or 26.23% from 488); Blue value is 145 (57.03% from 255 or 29.71% from 488); Max value from RGB is 215 - color contains mainly: red. Hex color #D78091 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D78091 is #287F6E. Grayscale: #9B9B9B. Windows color (decimal): -2654063 or 9535703. OLE color: 9535703.

HSL color Cylindrical-coordinate representation of color #D78091: hue angle of 348.28º 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 #D78091 is Cyan = 0, Magento = 0.40, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 128 145 -
CMYK 0 0.40 0.33 0.16
HSL 348.28º 0.52% 0.67% -
HSV(B) 348.28º 0.4% 0.84% -
XYZ 40.85 31.93 30.8 -
YUV 155.95 121.82 170.12 -
System Red Green Blue C M Y K H S L
Decimal 215 128 145 0 0.40 0.33 0.16 348.28 0.52 0.67
Hex D7 80 91 0 28 21 10 15C 34 43
Octal 327 200 221 0 50 41 20 534 64 103
Binary 11010111 10000000 10010001 0 101000 100001 10000 101011100 110100 1000011

Color Harmonies of #D78091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D78091

Black with #D78091

Text Example


Text Example

White with #D78091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D78091; }

 p { color: rgb(215,128,145); }

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

background-color css

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

 a { background-color: rgb(215,128,145); }

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

border-color css

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

 span { border-color: rgb(215,128,145); }

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