Html Css Color HEX #DC8296 Carissma

📋 copy color: '#DC8296'

red 220 ◦ green 130 ◦ blue 150

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

Shades of Carissma #DC8296

Tints of Carissma #DC8296

RGB

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

 GREEN value IS 130 (51.17% from 255) = 26%

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

R = 44%
G = 26%
B = 30%

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

#DC8296 (or 0xDC8296) is known color: Carissma. HEX triplet: DC, 82 and 96. RGB value is (220,130,150). Sum of RGB (Red+Green+Blue) = 220+130+150=500 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44% from 500); Green value is 130 (51.17% from 255 or 26% from 500); Blue value is 150 (58.98% from 255 or 30% from 500); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8296 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8296 is #237D69. Grayscale: #9F9F9F. Windows color (decimal): -2325866 or 9863900. OLE color: 9863900.

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

Color convert

RGB 220 130 150 -
CMYK 0 0.41 0.32 0.14
HSL 346.67º 0.56% 0.69% -
HSV(B) 346.67º 0.41% 0.86% -
XYZ 43 33.38 33.03 -
YUV 159.19 122.82 171.37 -
System Red Green Blue C M Y K H S L
Decimal 220 130 150 0 0.41 0.32 0.14 346.67 0.56 0.69
Hex DC 82 96 0 29 20 E 15B 38 45
Octal 334 202 226 0 51 40 16 533 70 105
Binary 11011100 10000010 10010110 0 101001 100000 1110 101011011 111000 1000101

Color Harmonies of #DC8296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8296

Black with #DC8296

Text Example


Text Example

White with #DC8296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8296; }

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

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

background-color css

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

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

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

border-color css

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

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

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