Html Css Color HEX #DC8790 Carissma

📋 copy color: '#DC8790'

red 220 ◦ green 135 ◦ blue 144

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

Shades of Carissma #DC8790

Tints of Carissma #DC8790

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 28.86%

R = 44.09%
G = 27.05%
B = 28.86%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#DC8790 (or 0xDC8790) is known color: Carissma. HEX triplet: DC, 87 and 90. RGB value is (220,135,144). Sum of RGB (Red+Green+Blue) = 220+135+144=499 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44.09% from 499); Green value is 135 (53.12% from 255 or 27.05% from 499); Blue value is 144 (56.64% from 255 or 28.86% from 499); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8790 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8790 is #23786F. Grayscale: #A1A1A1. Windows color (decimal): -2324592 or 9471964. OLE color: 9471964.

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

Color convert

RGB 220 135 144 -
CMYK 0 0.39 0.35 0.14
HSL 353.65º 0.55% 0.7% -
HSV(B) 353.65º 0.39% 0.86% -
XYZ 43.21 34.56 30.78 -
YUV 161.44 118.16 169.77 -
System Red Green Blue C M Y K H S L
Decimal 220 135 144 0 0.39 0.35 0.14 353.65 0.55 0.7
Hex DC 87 90 0 27 23 E 162 37 46
Octal 334 207 220 0 47 43 16 542 67 106
Binary 11011100 10000111 10010000 0 100111 100011 1110 101100010 110111 1000110

Color Harmonies of #DC8790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8790

Black with #DC8790

Text Example


Text Example

White with #DC8790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8790; }

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

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

background-color css

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

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

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

border-color css

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

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

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