Html Css Color HEX #DC8895 Carissma

📋 copy color: '#DC8895'

red 220 ◦ green 136 ◦ blue 149

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

Shades of Carissma #DC8895

Tints of Carissma #DC8895

RGB

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

 GREEN value IS 136 (53.52% from 255) = 26.93%

 BLUE value IS 149 (58.59% from 255) = 29.5%

R = 43.56%
G = 26.93%
B = 29.5%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DC8895 (or 0xDC8895) is known color: Carissma. HEX triplet: DC, 88 and 95. RGB value is (220,136,149). Sum of RGB (Red+Green+Blue) = 220+136+149=505 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.56% from 505); Green value is 136 (53.52% from 255 or 26.93% from 505); Blue value is 149 (58.59% from 255 or 29.50% from 505); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8895 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8895 is #23776A. Grayscale: #A2A2A2. Windows color (decimal): -2324331 or 9799900. OLE color: 9799900.

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

Color convert

RGB 220 136 149 -
CMYK 0 0.38 0.32 0.14
HSL 350.71º 0.55% 0.7% -
HSV(B) 350.71º 0.38% 0.86% -
XYZ 43.74 34.99 32.88 -
YUV 162.6 120.33 168.94 -
System Red Green Blue C M Y K H S L
Decimal 220 136 149 0 0.38 0.32 0.14 350.71 0.55 0.7
Hex DC 88 95 0 26 20 E 15F 37 46
Octal 334 210 225 0 46 40 16 537 67 106
Binary 11011100 10001000 10010101 0 100110 100000 1110 101011111 110111 1000110

Color Harmonies of #DC8895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8895

Black with #DC8895

Text Example


Text Example

White with #DC8895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8895; }

 p { color: rgb(220,136,149); }

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

background-color css

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

 a { background-color: rgb(220,136,149); }

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

border-color css

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

 span { border-color: rgb(220,136,149); }

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