Html Css Color HEX #DC8690 Carissma

📋 copy color: '#DC8690'

red 220 ◦ green 134 ◦ blue 144

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

Shades of Carissma #DC8690

Tints of Carissma #DC8690

RGB

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

 GREEN value IS 134 (52.73% from 255) = 26.91%

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

R = 44.18%
G = 26.91%
B = 28.92%

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

#DC8690 (or 0xDC8690) is known color: Carissma. HEX triplet: DC, 86 and 90. RGB value is (220,134,144). Sum of RGB (Red+Green+Blue) = 220+134+144=498 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.18% from 498); Green value is 134 (52.73% from 255 or 26.91% from 498); Blue value is 144 (56.64% from 255 or 28.92% from 498); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8690 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8690 is #23796F. Grayscale: #A0A0A0. Windows color (decimal): -2324848 or 9471708. OLE color: 9471708.

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

Color convert

RGB 220 134 144 -
CMYK 0 0.39 0.35 0.14
HSL 353.02º 0.55% 0.69% -
HSV(B) 353.02º 0.39% 0.86% -
XYZ 43.07 34.28 30.73 -
YUV 160.85 118.49 170.19 -
System Red Green Blue C M Y K H S L
Decimal 220 134 144 0 0.39 0.35 0.14 353.02 0.55 0.69
Hex DC 86 90 0 27 23 E 161 37 45
Octal 334 206 220 0 47 43 16 541 67 105
Binary 11011100 10000110 10010000 0 100111 100011 1110 101100001 110111 1000101

Color Harmonies of #DC8690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8690

Black with #DC8690

Text Example


Text Example

White with #DC8690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8690; }

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

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

background-color css

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

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

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

border-color css

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

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

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