Html Css Color HEX #D88586 Carissma

📋 copy color: '#D88586'

red 216 ◦ green 133 ◦ blue 134

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

Shades of Carissma #D88586

Tints of Carissma #D88586

RGB

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

 GREEN value IS 133 (52.34% from 255) = 27.54%

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

R = 44.72%
G = 27.54%
B = 27.74%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#D88586 (or 0xD88586) is known color: Carissma. HEX triplet: D8, 85 and 86. RGB value is (216,133,134). Sum of RGB (Red+Green+Blue) = 216+133+134=483 (63% of max value = 765). Red value is 216 (84.77% from 255 or 44.72% from 483); Green value is 133 (52.34% from 255 or 27.54% from 483); Blue value is 134 (52.73% from 255 or 27.74% from 483); Max value from RGB is 216 - color contains mainly: red. Hex color #D88586 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D88586 is #277A79. Grayscale: #9E9E9E. Windows color (decimal): -2587258 or 8816088. OLE color: 8816088.

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

Color convert

RGB 216 133 134 -
CMYK 0 0.38 0.38 0.15
HSL 359.28º 0.52% 0.68% -
HSV(B) 359.28º 0.38% 0.85% -
XYZ 41.01 33.1 26.78 -
YUV 157.93 114.5 169.42 -
System Red Green Blue C M Y K H S L
Decimal 216 133 134 0 0.38 0.38 0.15 359.28 0.52 0.68
Hex D8 85 86 0 26 26 F 167 34 44
Octal 330 205 206 0 46 46 17 547 64 104
Binary 11011000 10000101 10000110 0 100110 100110 1111 101100111 110100 1000100

Color Harmonies of #D88586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88586

Black with #D88586

Text Example


Text Example

White with #D88586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88586; }

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

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

background-color css

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

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

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

border-color css

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

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

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