Html Css Color HEX #DC8396 Carissma

📋 copy color: '#DC8396'

red 220 ◦ green 131 ◦ blue 150

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

Shades of Carissma #DC8396

Tints of Carissma #DC8396

RGB

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

 GREEN value IS 131 (51.56% from 255) = 26.15%

 BLUE value IS 150 (58.98% from 255) = 29.94%

R = 43.91%
G = 26.15%
B = 29.94%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DC8396 (or 0xDC8396) is known color: Carissma. HEX triplet: DC, 83 and 96. RGB value is (220,131,150). Sum of RGB (Red+Green+Blue) = 220+131+150=501 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.91% from 501); Green value is 131 (51.56% from 255 or 26.15% from 501); Blue value is 150 (58.98% from 255 or 29.94% from 501); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8396 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8396 is #237C69. Grayscale: #9F9F9F. Windows color (decimal): -2325610 or 9864156. OLE color: 9864156.

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

Color convert

RGB 220 131 150 -
CMYK 0 0.40 0.32 0.14
HSL 347.19º 0.56% 0.69% -
HSV(B) 347.19º 0.4% 0.86% -
XYZ 43.14 33.65 33.08 -
YUV 159.78 122.49 170.96 -
System Red Green Blue C M Y K H S L
Decimal 220 131 150 0 0.40 0.32 0.14 347.19 0.56 0.69
Hex DC 83 96 0 28 20 E 15B 38 45
Octal 334 203 226 0 50 40 16 533 70 105
Binary 11011100 10000011 10010110 0 101000 100000 1110 101011011 111000 1000101

Color Harmonies of #DC8396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8396

Black with #DC8396

Text Example


Text Example

White with #DC8396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8396; }

 p { color: rgb(220,131,150); }

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

background-color css

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

 a { background-color: rgb(220,131,150); }

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

border-color css

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

 span { border-color: rgb(220,131,150); }

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