Html Css Color HEX #DC8195 Carissma

📋 copy color: '#DC8195'

red 220 ◦ green 129 ◦ blue 149

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

Shades of Carissma #DC8195

Tints of Carissma #DC8195

RGB

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

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

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

R = 44.18%
G = 25.9%
B = 29.92%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DC8195 (or 0xDC8195) is known color: Carissma. HEX triplet: DC, 81 and 95. RGB value is (220,129,149). Sum of RGB (Red+Green+Blue) = 220+129+149=498 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.18% from 498); Green value is 129 (50.78% from 255 or 25.90% from 498); Blue value is 149 (58.59% from 255 or 29.92% from 498); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8195 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8195 is #237E6A. Grayscale: #9E9E9E. Windows color (decimal): -2326123 or 9798108. OLE color: 9798108.

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

Color convert

RGB 220 129 149 -
CMYK 0 0.41 0.32 0.14
HSL 346.81º 0.57% 0.68% -
HSV(B) 346.81º 0.41% 0.86% -
XYZ 42.79 33.09 32.56 -
YUV 158.49 122.65 171.87 -
System Red Green Blue C M Y K H S L
Decimal 220 129 149 0 0.41 0.32 0.14 346.81 0.57 0.68
Hex DC 81 95 0 29 20 E 15B 39 44
Octal 334 201 225 0 51 40 16 533 71 104
Binary 11011100 10000001 10010101 0 101001 100000 1110 101011011 111001 1000100

Color Harmonies of #DC8195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8195

Black with #DC8195

Text Example


Text Example

White with #DC8195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8195; }

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

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

background-color css

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

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

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

border-color css

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

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

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