Html Css Color HEX #DC8C8E Carissma

📋 copy color: '#DC8C8E'

red 220 ◦ green 140 ◦ blue 142

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

Shades of Carissma #DC8C8E

Tints of Carissma #DC8C8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 28.29%

R = 43.82%
G = 27.89%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#DC8C8E (or 0xDC8C8E) is known color: Carissma. HEX triplet: DC, 8C and 8E. RGB value is (220,140,142). Sum of RGB (Red+Green+Blue) = 220+140+142=502 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.82% from 502); Green value is 140 (55.08% from 255 or 27.89% from 502); Blue value is 142 (55.86% from 255 or 28.29% from 502); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8C8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8C8E is #237371. Grayscale: #A4A4A4. Windows color (decimal): -2323314 or 9342172. OLE color: 9342172.

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

Color convert

RGB 220 140 142 -
CMYK 0 0.36 0.35 0.14
HSL 358.5º 0.53% 0.71% -
HSV(B) 358.5º 0.36% 0.86% -
XYZ 43.78 35.92 30.22 -
YUV 164.15 115.5 167.84 -
System Red Green Blue C M Y K H S L
Decimal 220 140 142 0 0.36 0.35 0.14 358.5 0.53 0.71
Hex DC 8C 8E 0 24 23 E 166 35 47
Octal 334 214 216 0 44 43 16 546 65 107
Binary 11011100 10001100 10001110 0 100100 100011 1110 101100110 110101 1000111

Color Harmonies of #DC8C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8C8E

Black with #DC8C8E

Text Example


Text Example

White with #DC8C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8C8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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