Html Css Color HEX #DC8695 Carissma

📋 copy color: '#DC8695'

red 220 ◦ green 134 ◦ blue 149

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

Shades of Carissma #DC8695

Tints of Carissma #DC8695

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 29.62%

R = 43.74%
G = 26.64%
B = 29.62%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DC8695 (or 0xDC8695) is known color: Carissma. HEX triplet: DC, 86 and 95. RGB value is (220,134,149). Sum of RGB (Red+Green+Blue) = 220+134+149=503 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.74% from 503); Green value is 134 (52.73% from 255 or 26.64% from 503); Blue value is 149 (58.59% from 255 or 29.62% from 503); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8695 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8695 is #23796A. Grayscale: #A1A1A1. Windows color (decimal): -2324843 or 9799388. OLE color: 9799388.

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

Color convert

RGB 220 134 149 -
CMYK 0 0.39 0.32 0.14
HSL 349.53º 0.55% 0.69% -
HSV(B) 349.53º 0.39% 0.86% -
XYZ 43.47 34.44 32.79 -
YUV 161.42 120.99 169.78 -
System Red Green Blue C M Y K H S L
Decimal 220 134 149 0 0.39 0.32 0.14 349.53 0.55 0.69
Hex DC 86 95 0 27 20 E 15E 37 45
Octal 334 206 225 0 47 40 16 536 67 105
Binary 11011100 10000110 10010101 0 100111 100000 1110 101011110 110111 1000101

Color Harmonies of #DC8695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8695

Black with #DC8695

Text Example


Text Example

White with #DC8695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8695; }

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

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

background-color css

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

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

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

border-color css

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

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

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