Html Css Color HEX #DC8084 Carissma

📋 copy color: '#DC8084'

red 220 ◦ green 128 ◦ blue 132

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

Shades of Carissma #DC8084

Tints of Carissma #DC8084

RGB

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

 GREEN value IS 128 (50.39% from 255) = 26.67%

 BLUE value IS 132 (51.95% from 255) = 27.5%

R = 45.83%
G = 26.67%
B = 27.5%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.40

 K value IS 0.14

RGB Variations

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

Color information

#DC8084 (or 0xDC8084) is known color: Carissma. HEX triplet: DC, 80 and 84. RGB value is (220,128,132). Sum of RGB (Red+Green+Blue) = 220+128+132=480 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.83% from 480); Green value is 128 (50.39% from 255 or 26.67% from 480); Blue value is 132 (51.95% from 255 or 27.5% from 480); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8084 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8084 is #237F7B. Grayscale: #9C9C9C. Windows color (decimal): -2326396 or 8683740. OLE color: 8683740.

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

Color convert

RGB 220 128 132 -
CMYK 0 0.42 0.40 0.14
HSL 357.39º 0.57% 0.68% -
HSV(B) 357.39º 0.42% 0.86% -
XYZ 41.4 32.32 25.89 -
YUV 155.96 114.48 173.67 -
System Red Green Blue C M Y K H S L
Decimal 220 128 132 0 0.42 0.40 0.14 357.39 0.57 0.68
Hex DC 80 84 0 2A 28 E 165 39 44
Octal 334 200 204 0 52 50 16 545 71 104
Binary 11011100 10000000 10000100 0 101010 101000 1110 101100101 111001 1000100

Color Harmonies of #DC8084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8084

Black with #DC8084

Text Example


Text Example

White with #DC8084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8084; }

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

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

background-color css

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

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

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

border-color css

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

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

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