Html Css Color HEX #D88488 Carissma

📋 copy color: '#D88488'

red 216 ◦ green 132 ◦ blue 136

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

Shades of Carissma #D88488

Tints of Carissma #D88488

RGB

 RED value IS 216 (84.77% from 255) = 44.63%

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

 BLUE value IS 136 (53.52% from 255) = 28.1%

R = 44.63%
G = 27.27%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#D88488 (or 0xD88488) is known color: Carissma. HEX triplet: D8, 84 and 88. RGB value is (216,132,136). Sum of RGB (Red+Green+Blue) = 216+132+136=484 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.63% from 484); Green value is 132 (51.95% from 255 or 27.27% from 484); Blue value is 136 (53.52% from 255 or 28.10% from 484); Max value from RGB is 216 - color contains mainly: red. Hex color #D88488 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D88488 is #277B77. Grayscale: #9D9D9D. Windows color (decimal): -2587512 or 8946904. OLE color: 8946904.

HSL color Cylindrical-coordinate representation of color #D88488: hue angle of 357.14º degrees, saturation: 0.52, 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 #D88488 is Cyan = 0, Magento = 0.39, Yellow = 0.37 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 132 136 -
CMYK 0 0.39 0.37 0.15
HSL 357.14º 0.52% 0.68% -
HSV(B) 357.14º 0.39% 0.85% -
XYZ 41.01 32.88 27.48 -
YUV 157.57 115.83 169.67 -
System Red Green Blue C M Y K H S L
Decimal 216 132 136 0 0.39 0.37 0.15 357.14 0.52 0.68
Hex D8 84 88 0 27 25 F 165 34 44
Octal 330 204 210 0 47 45 17 545 64 104
Binary 11011000 10000100 10001000 0 100111 100101 1111 101100101 110100 1000100

Color Harmonies of #D88488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88488

Black with #D88488

Text Example


Text Example

White with #D88488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88488; }

 p { color: rgb(216,132,136); }

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

background-color css

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

 a { background-color: rgb(216,132,136); }

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

border-color css

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

 span { border-color: rgb(216,132,136); }

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