Html Css Color HEX #DC8386 Carissma

📋 copy color: '#DC8386'

red 220 ◦ green 131 ◦ blue 134

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

Shades of Carissma #DC8386

Tints of Carissma #DC8386

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 27.63%

R = 45.36%
G = 27.01%
B = 27.63%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.39

 K value IS 0.14

RGB Variations

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

Color information

#DC8386 (or 0xDC8386) is known color: Carissma. HEX triplet: DC, 83 and 86. RGB value is (220,131,134). Sum of RGB (Red+Green+Blue) = 220+131+134=485 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.36% from 485); Green value is 131 (51.56% from 255 or 27.01% from 485); Blue value is 134 (52.73% from 255 or 27.63% from 485); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8386 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8386 is #237C79. Grayscale: #9E9E9E. Windows color (decimal): -2325626 or 8815580. OLE color: 8815580.

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

Color convert

RGB 220 131 134 -
CMYK 0 0.40 0.39 0.14
HSL 357.98º 0.56% 0.69% -
HSV(B) 357.98º 0.4% 0.86% -
XYZ 41.93 33.17 26.75 -
YUV 157.95 114.49 172.26 -
System Red Green Blue C M Y K H S L
Decimal 220 131 134 0 0.40 0.39 0.14 357.98 0.56 0.69
Hex DC 83 86 0 28 27 E 166 38 45
Octal 334 203 206 0 50 47 16 546 70 105
Binary 11011100 10000011 10000110 0 101000 100111 1110 101100110 111000 1000101

Color Harmonies of #DC8386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8386

Black with #DC8386

Text Example


Text Example

White with #DC8386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8386; }

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

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

background-color css

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

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

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

border-color css

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

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

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