Html Css Color HEX #D492A0 Can Can

📋 copy color: '#D492A0'

red 212 ◦ green 146 ◦ blue 160

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

Shades of Can Can #D492A0

Tints of Can Can #D492A0

RGB

 RED value IS 212 (83.2% from 255) = 40.93%

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

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

R = 40.93%
G = 28.19%
B = 30.89%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.25

 K value IS 0.17

RGB Variations

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

Color information

#D492A0 (or 0xD492A0) is known color: Can Can. HEX triplet: D4, 92 and A0. RGB value is (212,146,160). Sum of RGB (Red+Green+Blue) = 212+146+160=518 (68% of max value = 765). Red value is 212 (83.20% from 255 or 40.93% from 518); Green value is 146 (57.42% from 255 or 28.19% from 518); Blue value is 160 (62.89% from 255 or 30.89% from 518); Max value from RGB is 212 - color contains mainly: red. Hex color #D492A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D492A0 is #2B6D5F. Grayscale: #A7A7A7. Windows color (decimal): -2846048 or 10523348. OLE color: 10523348.

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

Color convert

RGB 212 146 160 -
CMYK 0 0.31 0.25 0.17
HSL 347.27º 0.43% 0.7% -
HSV(B) 347.27º 0.31% 0.83% -
XYZ 43.78 37.09 38.11 -
YUV 167.33 123.87 159.86 -
System Red Green Blue C M Y K H S L
Decimal 212 146 160 0 0.31 0.25 0.17 347.27 0.43 0.7
Hex D4 92 A0 0 1F 19 11 15B 2B 46
Octal 324 222 240 0 37 31 21 533 53 106
Binary 11010100 10010010 10100000 0 11111 11001 10001 101011011 101011 1000110

Color Harmonies of #D492A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D492A0

Black with #D492A0

Text Example


Text Example

White with #D492A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D492A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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