Html Css Color HEX #DC8C94 Carissma

📋 copy color: '#DC8C94'

red 220 ◦ green 140 ◦ blue 148

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

Shades of Carissma #DC8C94

Tints of Carissma #DC8C94

RGB

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

 GREEN value IS 140 (55.08% from 255) = 27.56%

 BLUE value IS 148 (58.2% from 255) = 29.13%

R = 43.31%
G = 27.56%
B = 29.13%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DC8C94 (or 0xDC8C94) is known color: Carissma. HEX triplet: DC, 8C and 94. RGB value is (220,140,148). Sum of RGB (Red+Green+Blue) = 220+140+148=508 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.31% from 508); Green value is 140 (55.08% from 255 or 27.56% from 508); Blue value is 148 (58.20% from 255 or 29.13% from 508); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8C94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8C94 is #23736B. Grayscale: #A4A4A4. Windows color (decimal): -2323308 or 9735388. OLE color: 9735388.

HSL color Cylindrical-coordinate representation of color #DC8C94: hue angle of 354º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DC8C94 is Cyan = 0, Magento = 0.36, Yellow = 0.33 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 140 148 -
CMYK 0 0.36 0.33 0.14
HSL 354º 0.53% 0.71% -
HSV(B) 354º 0.36% 0.86% -
XYZ 44.24 36.11 32.66 -
YUV 164.83 118.5 167.35 -
System Red Green Blue C M Y K H S L
Decimal 220 140 148 0 0.36 0.33 0.14 354 0.53 0.71
Hex DC 8C 94 0 24 21 E 162 35 47
Octal 334 214 224 0 44 41 16 542 65 107
Binary 11011100 10001100 10010100 0 100100 100001 1110 101100010 110101 1000111

Color Harmonies of #DC8C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8C94

Black with #DC8C94

Text Example


Text Example

White with #DC8C94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8C94; }

 p { color: rgb(220,140,148); }

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

background-color css

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

 a { background-color: rgb(220,140,148); }

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

border-color css

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

 span { border-color: rgb(220,140,148); }

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