Html Css Color HEX #DC7E86 Carissma

📋 copy color: '#DC7E86'

red 220 ◦ green 126 ◦ blue 134

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

Shades of Carissma #DC7E86

Tints of Carissma #DC7E86

RGB

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

 GREEN value IS 126 (49.61% from 255) = 26.25%

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

R = 45.83%
G = 26.25%
B = 27.92%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.39

 K value IS 0.14

RGB Variations

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

Color information

#DC7E86 (or 0xDC7E86) is known color: Carissma. HEX triplet: DC, 7E and 86. RGB value is (220,126,134). Sum of RGB (Red+Green+Blue) = 220+126+134=480 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.83% from 480); Green value is 126 (49.61% from 255 or 26.25% from 480); Blue value is 134 (52.73% from 255 or 27.92% from 480); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7E86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7E86 is #238179. Grayscale: #9B9B9B. Windows color (decimal): -2326906 or 8814300. OLE color: 8814300.

HSL color Cylindrical-coordinate representation of color #DC7E86: hue angle of 354.89º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DC7E86 is Cyan = 0, Magento = 0.43, Yellow = 0.39 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 126 134 -
CMYK 0 0.43 0.39 0.14
HSL 354.89º 0.57% 0.68% -
HSV(B) 354.89º 0.43% 0.86% -
XYZ 41.28 31.86 26.53 -
YUV 155.02 116.14 174.35 -
System Red Green Blue C M Y K H S L
Decimal 220 126 134 0 0.43 0.39 0.14 354.89 0.57 0.68
Hex DC 7E 86 0 2B 27 E 163 39 44
Octal 334 176 206 0 53 47 16 543 71 104
Binary 11011100 1111110 10000110 0 101011 100111 1110 101100011 111001 1000100

Color Harmonies of #DC7E86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7E86

Black with #DC7E86

Text Example


Text Example

White with #DC7E86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7E86; }

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

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

background-color css

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

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

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

border-color css

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

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

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