Html Css Color HEX #D592A0 Can Can

📋 copy color: '#D592A0'

red 213 ◦ green 146 ◦ blue 160

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

Shades of Can Can #D592A0

Tints of Can Can #D592A0

RGB

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

 GREEN value IS 146 (57.42% from 255) = 28.13%

 BLUE value IS 160 (62.89% from 255) = 30.83%

R = 41.04%
G = 28.13%
B = 30.83%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.25

 K value IS 0.16

RGB Variations

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

Color information

#D592A0 (or 0xD592A0) is known color: Can Can. HEX triplet: D5, 92 and A0. RGB value is (213,146,160). Sum of RGB (Red+Green+Blue) = 213+146+160=519 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.04% from 519); Green value is 146 (57.42% from 255 or 28.13% from 519); Blue value is 160 (62.89% from 255 or 30.83% from 519); Max value from RGB is 213 - color contains mainly: red. Hex color #D592A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D592A0 is #2A6D5F. Grayscale: #A7A7A7. Windows color (decimal): -2780512 or 10523349. OLE color: 10523349.

HSL color Cylindrical-coordinate representation of color #D592A0: hue angle of 347.46º degrees, saturation: 0.44, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D592A0 is Cyan = 0, Magento = 0.31, Yellow = 0.25 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 146 160 -
CMYK 0 0.31 0.25 0.16
HSL 347.46º 0.44% 0.7% -
HSV(B) 347.46º 0.31% 0.84% -
XYZ 44.06 37.24 38.12 -
YUV 167.63 123.7 160.36 -
System Red Green Blue C M Y K H S L
Decimal 213 146 160 0 0.31 0.25 0.16 347.46 0.44 0.7
Hex D5 92 A0 0 1F 19 10 15B 2C 46
Octal 325 222 240 0 37 31 20 533 54 106
Binary 11010101 10010010 10100000 0 11111 11001 10000 101011011 101100 1000110

Color Harmonies of #D592A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D592A0

Black with #D592A0

Text Example


Text Example

White with #D592A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D592A0; }

 p { color: rgb(213,146,160); }

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

background-color css

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

 a { background-color: rgb(213,146,160); }

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

border-color css

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

 span { border-color: rgb(213,146,160); }

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