Html Css Color HEX #DC8486 Carissma

📋 copy color: '#DC8486'

red 220 ◦ green 132 ◦ blue 134

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

Shades of Carissma #DC8486

Tints of Carissma #DC8486

RGB

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

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

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

R = 45.27%
G = 27.16%
B = 27.57%

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

#DC8486 (or 0xDC8486) is known color: Carissma. HEX triplet: DC, 84 and 86. RGB value is (220,132,134). Sum of RGB (Red+Green+Blue) = 220+132+134=486 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.27% from 486); Green value is 132 (51.95% from 255 or 27.16% from 486); Blue value is 134 (52.73% from 255 or 27.57% from 486); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8486 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8486 is #237B79. Grayscale: #9E9E9E. Windows color (decimal): -2325370 or 8815836. OLE color: 8815836.

HSL color Cylindrical-coordinate representation of color #DC8486: hue angle of 358.64º degrees, saturation: 0.56, 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 #DC8486 is Cyan = 0, Magento = 0.40, Yellow = 0.39 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 132 134 -
CMYK 0 0.40 0.39 0.14
HSL 358.64º 0.56% 0.69% -
HSV(B) 358.64º 0.4% 0.86% -
XYZ 42.07 33.44 26.79 -
YUV 158.54 114.15 171.84 -
System Red Green Blue C M Y K H S L
Decimal 220 132 134 0 0.40 0.39 0.14 358.64 0.56 0.69
Hex DC 84 86 0 28 27 E 167 38 45
Octal 334 204 206 0 50 47 16 547 70 105
Binary 11011100 10000100 10000110 0 101000 100111 1110 101100111 111000 1000101

Color Harmonies of #DC8486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8486

Black with #DC8486

Text Example


Text Example

White with #DC8486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8486; }

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

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

background-color css

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

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

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

border-color css

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

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

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