Html Css Color HEX #DC8586 Carissma

📋 copy color: '#DC8586'

red 220 ◦ green 133 ◦ blue 134

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

Shades of Carissma #DC8586

Tints of Carissma #DC8586

RGB

 RED value IS 220 (86.33% from 255) = 45.17%

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

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

R = 45.17%
G = 27.31%
B = 27.52%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.39

 K value IS 0.14

RGB Variations

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

Color information

#DC8586 (or 0xDC8586) is known color: Carissma. HEX triplet: DC, 85 and 86. RGB value is (220,133,134). Sum of RGB (Red+Green+Blue) = 220+133+134=487 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.17% from 487); Green value is 133 (52.34% from 255 or 27.31% from 487); Blue value is 134 (52.73% from 255 or 27.52% from 487); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8586 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8586 is #237A79. Grayscale: #9F9F9F. Windows color (decimal): -2325114 or 8816092. OLE color: 8816092.

HSL color Cylindrical-coordinate representation of color #DC8586: hue angle of 359.31º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DC8586 is Cyan = 0, Magento = 0.40, Yellow = 0.39 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 133 134 -
CMYK 0 0.40 0.39 0.14
HSL 359.31º 0.55% 0.69% -
HSV(B) 359.31º 0.4% 0.86% -
XYZ 42.21 33.71 26.84 -
YUV 159.13 113.82 171.42 -
System Red Green Blue C M Y K H S L
Decimal 220 133 134 0 0.40 0.39 0.14 359.31 0.55 0.69
Hex DC 85 86 0 28 27 E 167 37 45
Octal 334 205 206 0 50 47 16 547 67 105
Binary 11011100 10000101 10000110 0 101000 100111 1110 101100111 110111 1000101

Color Harmonies of #DC8586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8586

Black with #DC8586

Text Example


Text Example

White with #DC8586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8586; }

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

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

background-color css

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

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

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

border-color css

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

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

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