Html Css Color HEX #DC8596 Carissma

📋 copy color: '#DC8596'

red 220 ◦ green 133 ◦ blue 150

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

Shades of Carissma #DC8596

Tints of Carissma #DC8596

RGB

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

 GREEN value IS 133 (52.34% from 255) = 26.44%

 BLUE value IS 150 (58.98% from 255) = 29.82%

R = 43.74%
G = 26.44%
B = 29.82%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DC8596 (or 0xDC8596) is known color: Carissma. HEX triplet: DC, 85 and 96. RGB value is (220,133,150). Sum of RGB (Red+Green+Blue) = 220+133+150=503 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.74% from 503); Green value is 133 (52.34% from 255 or 26.44% from 503); Blue value is 150 (58.98% from 255 or 29.82% from 503); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8596 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8596 is #237A69. Grayscale: #A0A0A0. Windows color (decimal): -2325098 or 9864668. OLE color: 9864668.

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

Color convert

RGB 220 133 150 -
CMYK 0 0.40 0.32 0.14
HSL 348.28º 0.55% 0.69% -
HSV(B) 348.28º 0.4% 0.86% -
XYZ 43.41 34.19 33.17 -
YUV 160.95 121.82 170.12 -
System Red Green Blue C M Y K H S L
Decimal 220 133 150 0 0.40 0.32 0.14 348.28 0.55 0.69
Hex DC 85 96 0 28 20 E 15C 37 45
Octal 334 205 226 0 50 40 16 534 67 105
Binary 11011100 10000101 10010110 0 101000 100000 1110 101011100 110111 1000101

Color Harmonies of #DC8596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8596

Black with #DC8596

Text Example


Text Example

White with #DC8596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8596; }

 p { color: rgb(220,133,150); }

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

background-color css

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

 a { background-color: rgb(220,133,150); }

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

border-color css

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

 span { border-color: rgb(220,133,150); }

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