Html Css Color HEX #D58296 Can Can

📋 copy color: '#D58296'

red 213 ◦ green 130 ◦ blue 150

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

Shades of Can Can #D58296

Tints of Can Can #D58296

RGB

 RED value IS 213 (83.59% from 255) = 43.2%

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

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

R = 43.2%
G = 26.37%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D58296 (or 0xD58296) is known color: Can Can. HEX triplet: D5, 82 and 96. RGB value is (213,130,150). Sum of RGB (Red+Green+Blue) = 213+130+150=493 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.20% from 493); Green value is 130 (51.17% from 255 or 26.37% from 493); Blue value is 150 (58.98% from 255 or 30.43% from 493); Max value from RGB is 213 - color contains mainly: red. Hex color #D58296 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58296 is #2A7D69. Grayscale: #9D9D9D. Windows color (decimal): -2784618 or 9863893. OLE color: 9863893.

HSL color Cylindrical-coordinate representation of color #D58296: hue angle of 345.54º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D58296 is Cyan = 0, Magento = 0.39, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 130 150 -
CMYK 0 0.39 0.30 0.16
HSL 345.54º 0.5% 0.67% -
HSV(B) 345.54º 0.39% 0.84% -
XYZ 40.93 32.31 32.93 -
YUV 157.1 124 167.87 -
System Red Green Blue C M Y K H S L
Decimal 213 130 150 0 0.39 0.30 0.16 345.54 0.5 0.67
Hex D5 82 96 0 27 1E 10 15A 32 43
Octal 325 202 226 0 47 36 20 532 62 103
Binary 11010101 10000010 10010110 0 100111 11110 10000 101011010 110010 1000011

Color Harmonies of #D58296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58296

Black with #D58296

Text Example


Text Example

White with #D58296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58296; }

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

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

background-color css

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

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

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

border-color css

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

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

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