Html Css Color HEX #DC8188 Carissma

📋 copy color: '#DC8188'

red 220 ◦ green 129 ◦ blue 136

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

Shades of Carissma #DC8188

Tints of Carissma #DC8188

RGB

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

 GREEN value IS 129 (50.78% from 255) = 26.6%

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

R = 45.36%
G = 26.6%
B = 28.04%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.38

 K value IS 0.14

RGB Variations

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

Color information

#DC8188 (or 0xDC8188) is known color: Carissma. HEX triplet: DC, 81 and 88. RGB value is (220,129,136). Sum of RGB (Red+Green+Blue) = 220+129+136=485 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.36% from 485); Green value is 129 (50.78% from 255 or 26.60% from 485); Blue value is 136 (53.52% from 255 or 28.04% from 485); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8188 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8188 is #237E77. Grayscale: #9D9D9D. Windows color (decimal): -2326136 or 8946140. OLE color: 8946140.

HSL color Cylindrical-coordinate representation of color #DC8188: hue angle of 355.38º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DC8188 is Cyan = 0, Magento = 0.41, Yellow = 0.38 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 129 136 -
CMYK 0 0.41 0.38 0.14
HSL 355.38º 0.57% 0.68% -
HSV(B) 355.38º 0.41% 0.86% -
XYZ 41.81 32.69 27.4 -
YUV 157.01 116.15 172.93 -
System Red Green Blue C M Y K H S L
Decimal 220 129 136 0 0.41 0.38 0.14 355.38 0.57 0.68
Hex DC 81 88 0 29 26 E 163 39 44
Octal 334 201 210 0 51 46 16 543 71 104
Binary 11011100 10000001 10001000 0 101001 100110 1110 101100011 111001 1000100

Color Harmonies of #DC8188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8188

Black with #DC8188

Text Example


Text Example

White with #DC8188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8188; }

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

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

background-color css

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

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

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

border-color css

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

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

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