Html Css Color HEX #D7848A Carissma

📋 copy color: '#D7848A'

red 215 ◦ green 132 ◦ blue 138

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

Shades of Carissma #D7848A

Tints of Carissma #D7848A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 28.45%

R = 44.33%
G = 27.22%
B = 28.45%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D7848A (or 0xD7848A) is known color: Carissma. HEX triplet: D7, 84 and 8A. RGB value is (215,132,138). Sum of RGB (Red+Green+Blue) = 215+132+138=485 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.33% from 485); Green value is 132 (51.95% from 255 or 27.22% from 485); Blue value is 138 (54.30% from 255 or 28.45% from 485); Max value from RGB is 215 - color contains mainly: red. Hex color #D7848A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7848A is #287B75. Grayscale: #9D9D9D. Windows color (decimal): -2653046 or 9077975. OLE color: 9077975.

HSL color Cylindrical-coordinate representation of color #D7848A: hue angle of 355.66º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D7848A is Cyan = 0, Magento = 0.39, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 132 138 -
CMYK 0 0.39 0.36 0.16
HSL 355.66º 0.51% 0.68% -
HSV(B) 355.66º 0.39% 0.84% -
XYZ 40.86 32.78 28.22 -
YUV 157.5 117 169.01 -
System Red Green Blue C M Y K H S L
Decimal 215 132 138 0 0.39 0.36 0.16 355.66 0.51 0.68
Hex D7 84 8A 0 27 24 10 164 33 44
Octal 327 204 212 0 47 44 20 544 63 104
Binary 11010111 10000100 10001010 0 100111 100100 10000 101100100 110011 1000100

Color Harmonies of #D7848A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7848A

Black with #D7848A

Text Example


Text Example

White with #D7848A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7848A; }

 p { color: rgb(215,132,138); }

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

background-color css

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

 a { background-color: rgb(215,132,138); }

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

border-color css

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

 span { border-color: rgb(215,132,138); }

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