Html Css Color HEX #DC8688 Carissma

📋 copy color: '#DC8688'

red 220 ◦ green 134 ◦ blue 136

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

Shades of Carissma #DC8688

Tints of Carissma #DC8688

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 27.76%

R = 44.9%
G = 27.35%
B = 27.76%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.38

 K value IS 0.14

RGB Variations

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

Color information

#DC8688 (or 0xDC8688) is known color: Carissma. HEX triplet: DC, 86 and 88. RGB value is (220,134,136). Sum of RGB (Red+Green+Blue) = 220+134+136=490 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.90% from 490); Green value is 134 (52.73% from 255 or 27.35% from 490); Blue value is 136 (53.52% from 255 or 27.76% from 490); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8688 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8688 is #237977. Grayscale: #A0A0A0. Windows color (decimal): -2324856 or 8947420. OLE color: 8947420.

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

Color convert

RGB 220 134 136 -
CMYK 0 0.39 0.38 0.14
HSL 358.6º 0.55% 0.69% -
HSV(B) 358.6º 0.39% 0.86% -
XYZ 42.48 34.04 27.62 -
YUV 159.94 114.49 170.84 -
System Red Green Blue C M Y K H S L
Decimal 220 134 136 0 0.39 0.38 0.14 358.6 0.55 0.69
Hex DC 86 88 0 27 26 E 167 37 45
Octal 334 206 210 0 47 46 16 547 67 105
Binary 11011100 10000110 10001000 0 100111 100110 1110 101100111 110111 1000101

Color Harmonies of #DC8688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8688

Black with #DC8688

Text Example


Text Example

White with #DC8688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8688; }

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

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

background-color css

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

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

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

border-color css

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

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

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