Html Css Color HEX #D88486 Carissma

📋 copy color: '#D88486'

red 216 ◦ green 132 ◦ blue 134

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

Shades of Carissma #D88486

Tints of Carissma #D88486

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 27.8%

R = 44.81%
G = 27.39%
B = 27.8%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#D88486 (or 0xD88486) is known color: Carissma. HEX triplet: D8, 84 and 86. RGB value is (216,132,134). Sum of RGB (Red+Green+Blue) = 216+132+134=482 (63% of max value = 765). Red value is 216 (84.77% from 255 or 44.81% from 482); Green value is 132 (51.95% from 255 or 27.39% from 482); Blue value is 134 (52.73% from 255 or 27.80% from 482); Max value from RGB is 216 - color contains mainly: red. Hex color #D88486 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D88486 is #277B79. Grayscale: #9D9D9D. Windows color (decimal): -2587514 or 8815832. OLE color: 8815832.

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

Color convert

RGB 216 132 134 -
CMYK 0 0.39 0.38 0.15
HSL 358.57º 0.52% 0.68% -
HSV(B) 358.57º 0.39% 0.85% -
XYZ 40.87 32.82 26.74 -
YUV 157.34 114.83 169.84 -
System Red Green Blue C M Y K H S L
Decimal 216 132 134 0 0.39 0.38 0.15 358.57 0.52 0.68
Hex D8 84 86 0 27 26 F 167 34 44
Octal 330 204 206 0 47 46 17 547 64 104
Binary 11011000 10000100 10000110 0 100111 100110 1111 101100111 110100 1000100

Color Harmonies of #D88486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88486

Black with #D88486

Text Example


Text Example

White with #D88486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88486; }

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

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

background-color css

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

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

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

border-color css

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

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

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