Html Css Color HEX #D9848A Carissma

📋 copy color: '#D9848A'

red 217 ◦ green 132 ◦ blue 138

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

Shades of Carissma #D9848A

Tints of Carissma #D9848A

RGB

 RED value IS 217 (85.16% from 255) = 44.56%

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

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

R = 44.56%
G = 27.1%
B = 28.34%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#D9848A (or 0xD9848A) is known color: Carissma. HEX triplet: D9, 84 and 8A. RGB value is (217,132,138). Sum of RGB (Red+Green+Blue) = 217+132+138=487 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.56% from 487); Green value is 132 (51.95% from 255 or 27.10% from 487); Blue value is 138 (54.30% from 255 or 28.34% from 487); Max value from RGB is 217 - color contains mainly: red. Hex color #D9848A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9848A is #267B75. Grayscale: #9E9E9E. Windows color (decimal): -2521974 or 9077977. OLE color: 9077977.

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

Color convert

RGB 217 132 138 -
CMYK 0 0.39 0.36 0.15
HSL 355.76º 0.53% 0.68% -
HSV(B) 355.76º 0.39% 0.85% -
XYZ 41.45 33.09 28.25 -
YUV 158.1 116.66 170.01 -
System Red Green Blue C M Y K H S L
Decimal 217 132 138 0 0.39 0.36 0.15 355.76 0.53 0.68
Hex D9 84 8A 0 27 24 F 164 35 44
Octal 331 204 212 0 47 44 17 544 65 104
Binary 11011001 10000100 10001010 0 100111 100100 1111 101100100 110101 1000100

Color Harmonies of #D9848A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9848A

Black with #D9848A

Text Example


Text Example

White with #D9848A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9848A; }

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

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

background-color css

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

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

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

border-color css

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

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

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