Html Css Color HEX #DC8491 Carissma

📋 copy color: '#DC8491'

red 220 ◦ green 132 ◦ blue 145

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

Shades of Carissma #DC8491

Tints of Carissma #DC8491

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 29.18%

R = 44.27%
G = 26.56%
B = 29.18%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#DC8491 (or 0xDC8491) is known color: Carissma. HEX triplet: DC, 84 and 91. RGB value is (220,132,145). Sum of RGB (Red+Green+Blue) = 220+132+145=497 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.27% from 497); Green value is 132 (51.95% from 255 or 26.56% from 497); Blue value is 145 (57.03% from 255 or 29.18% from 497); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8491 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8491 is #237B6E. Grayscale: #9F9F9F. Windows color (decimal): -2325359 or 9536732. OLE color: 9536732.

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

Color convert

RGB 220 132 145 -
CMYK 0 0.40 0.34 0.14
HSL 351.14º 0.56% 0.69% -
HSV(B) 351.14º 0.4% 0.86% -
XYZ 42.88 33.76 31.05 -
YUV 159.79 119.65 170.94 -
System Red Green Blue C M Y K H S L
Decimal 220 132 145 0 0.40 0.34 0.14 351.14 0.56 0.69
Hex DC 84 91 0 28 22 E 15F 38 45
Octal 334 204 221 0 50 42 16 537 70 105
Binary 11011100 10000100 10010001 0 101000 100010 1110 101011111 111000 1000101

Color Harmonies of #DC8491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8491

Black with #DC8491

Text Example


Text Example

White with #DC8491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8491; }

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

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

background-color css

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

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

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

border-color css

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

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

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