Html Css Color HEX #DC8492 Carissma

📋 copy color: '#DC8492'

red 220 ◦ green 132 ◦ blue 146

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

Shades of Carissma #DC8492

Tints of Carissma #DC8492

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 29.32%

R = 44.18%
G = 26.51%
B = 29.32%

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

#DC8492 (or 0xDC8492) is known color: Carissma. HEX triplet: DC, 84 and 92. RGB value is (220,132,146). Sum of RGB (Red+Green+Blue) = 220+132+146=498 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.18% from 498); Green value is 132 (51.95% from 255 or 26.51% from 498); Blue value is 146 (57.42% from 255 or 29.32% from 498); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8492 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8492 is #237B6D. Grayscale: #9F9F9F. Windows color (decimal): -2325358 or 9602268. OLE color: 9602268.

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

Color convert

RGB 220 132 146 -
CMYK 0 0.40 0.34 0.14
HSL 350.45º 0.56% 0.69% -
HSV(B) 350.45º 0.4% 0.86% -
XYZ 42.95 33.79 31.45 -
YUV 159.91 120.15 170.86 -
System Red Green Blue C M Y K H S L
Decimal 220 132 146 0 0.40 0.34 0.14 350.45 0.56 0.69
Hex DC 84 92 0 28 22 E 15E 38 45
Octal 334 204 222 0 50 42 16 536 70 105
Binary 11011100 10000100 10010010 0 101000 100010 1110 101011110 111000 1000101

Color Harmonies of #DC8492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8492

Black with #DC8492

Text Example


Text Example

White with #DC8492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8492; }

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

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

background-color css

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

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

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

border-color css

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

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

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