Html Css Color HEX #DC8189 Carissma

📋 copy color: '#DC8189'

red 220 ◦ green 129 ◦ blue 137

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

Shades of Carissma #DC8189

Tints of Carissma #DC8189

RGB

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

 GREEN value IS 129 (50.78% from 255) = 26.54%

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

R = 45.27%
G = 26.54%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.38

 K value IS 0.14

RGB Variations

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

Color information

#DC8189 (or 0xDC8189) is known color: Carissma. HEX triplet: DC, 81 and 89. RGB value is (220,129,137). Sum of RGB (Red+Green+Blue) = 220+129+137=486 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.27% from 486); Green value is 129 (50.78% from 255 or 26.54% from 486); Blue value is 137 (53.91% from 255 or 28.19% from 486); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8189 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8189 is #237E76. Grayscale: #9D9D9D. Windows color (decimal): -2326135 or 9011676. OLE color: 9011676.

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

Color convert

RGB 220 129 137 -
CMYK 0 0.41 0.38 0.14
HSL 354.73º 0.57% 0.68% -
HSV(B) 354.73º 0.41% 0.86% -
XYZ 41.88 32.72 27.78 -
YUV 157.12 116.65 172.85 -
System Red Green Blue C M Y K H S L
Decimal 220 129 137 0 0.41 0.38 0.14 354.73 0.57 0.68
Hex DC 81 89 0 29 26 E 163 39 44
Octal 334 201 211 0 51 46 16 543 71 104
Binary 11011100 10000001 10001001 0 101001 100110 1110 101100011 111001 1000100

Color Harmonies of #DC8189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8189

Black with #DC8189

Text Example


Text Example

White with #DC8189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8189; }

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

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

background-color css

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

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

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

border-color css

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

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

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