Html Css Color HEX #DC8789 Carissma

📋 copy color: '#DC8789'

red 220 ◦ green 135 ◦ blue 137

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

Shades of Carissma #DC8789

Tints of Carissma #DC8789

RGB

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

 GREEN value IS 135 (53.13% from 255) = 27.44%

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

R = 44.72%
G = 27.44%
B = 27.85%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.38

 K value IS 0.14

RGB Variations

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

Color information

#DC8789 (or 0xDC8789) is known color: Carissma. HEX triplet: DC, 87 and 89. RGB value is (220,135,137). Sum of RGB (Red+Green+Blue) = 220+135+137=492 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.72% from 492); Green value is 135 (53.12% from 255 or 27.44% from 492); Blue value is 137 (53.91% from 255 or 27.85% from 492); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8789 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8789 is #237876. Grayscale: #A0A0A0. Windows color (decimal): -2324599 or 9013212. OLE color: 9013212.

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

Color convert

RGB 220 135 137 -
CMYK 0 0.39 0.38 0.14
HSL 358.59º 0.55% 0.7% -
HSV(B) 358.59º 0.39% 0.86% -
XYZ 42.69 34.35 28.05 -
YUV 160.64 114.66 170.34 -
System Red Green Blue C M Y K H S L
Decimal 220 135 137 0 0.39 0.38 0.14 358.59 0.55 0.7
Hex DC 87 89 0 27 26 E 167 37 46
Octal 334 207 211 0 47 46 16 547 67 106
Binary 11011100 10000111 10001001 0 100111 100110 1110 101100111 110111 1000110

Color Harmonies of #DC8789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8789

Black with #DC8789

Text Example


Text Example

White with #DC8789

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8789; }

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

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

background-color css

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

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

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

border-color css

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

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

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