Html Css Color HEX #DC8788 Carissma

📋 copy color: '#DC8788'

red 220 ◦ green 135 ◦ blue 136

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

Shades of Carissma #DC8788

Tints of Carissma #DC8788

RGB

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

 GREEN value IS 135 (53.13% from 255) = 27.49%

 BLUE value IS 136 (53.52% from 255) = 27.7%

R = 44.81%
G = 27.49%
B = 27.7%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.38

 K value IS 0.14

RGB Variations

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

Color information

#DC8788 (or 0xDC8788) is known color: Carissma. HEX triplet: DC, 87 and 88. RGB value is (220,135,136). Sum of RGB (Red+Green+Blue) = 220+135+136=491 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.81% from 491); Green value is 135 (53.12% from 255 or 27.49% from 491); Blue value is 136 (53.52% from 255 or 27.70% from 491); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8788 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8788 is #237877. Grayscale: #A0A0A0. Windows color (decimal): -2324600 or 8947676. OLE color: 8947676.

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

Color convert

RGB 220 135 136 -
CMYK 0 0.39 0.38 0.14
HSL 359.29º 0.55% 0.7% -
HSV(B) 359.29º 0.39% 0.86% -
XYZ 42.62 34.32 27.67 -
YUV 160.53 114.16 170.42 -
System Red Green Blue C M Y K H S L
Decimal 220 135 136 0 0.39 0.38 0.14 359.29 0.55 0.7
Hex DC 87 88 0 27 26 E 167 37 46
Octal 334 207 210 0 47 46 16 547 67 106
Binary 11011100 10000111 10001000 0 100111 100110 1110 101100111 110111 1000110

Color Harmonies of #DC8788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8788

Black with #DC8788

Text Example


Text Example

White with #DC8788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8788; }

 p { color: rgb(220,135,136); }

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

background-color css

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

 a { background-color: rgb(220,135,136); }

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

border-color css

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

 span { border-color: rgb(220,135,136); }

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