Html Css Color HEX #DC8489 Carissma

📋 copy color: '#DC8489'

red 220 ◦ green 132 ◦ blue 137

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

Shades of Carissma #DC8489

Tints of Carissma #DC8489

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 28.02%

R = 44.99%
G = 26.99%
B = 28.02%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.38

 K value IS 0.14

RGB Variations

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

Color information

#DC8489 (or 0xDC8489) is known color: Carissma. HEX triplet: DC, 84 and 89. RGB value is (220,132,137). Sum of RGB (Red+Green+Blue) = 220+132+137=489 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.99% from 489); Green value is 132 (51.95% from 255 or 26.99% from 489); Blue value is 137 (53.91% from 255 or 28.02% from 489); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8489 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8489 is #237B76. Grayscale: #9E9E9E. Windows color (decimal): -2325367 or 9012444. OLE color: 9012444.

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

Color convert

RGB 220 132 137 -
CMYK 0 0.40 0.38 0.14
HSL 356.59º 0.56% 0.69% -
HSV(B) 356.59º 0.4% 0.86% -
XYZ 42.28 33.52 27.91 -
YUV 158.88 115.65 171.59 -
System Red Green Blue C M Y K H S L
Decimal 220 132 137 0 0.40 0.38 0.14 356.59 0.56 0.69
Hex DC 84 89 0 28 26 E 165 38 45
Octal 334 204 211 0 50 46 16 545 70 105
Binary 11011100 10000100 10001001 0 101000 100110 1110 101100101 111000 1000101

Color Harmonies of #DC8489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8489

Black with #DC8489

Text Example


Text Example

White with #DC8489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8489; }

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

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

background-color css

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

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

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

border-color css

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

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

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