Html Css Color HEX #D495A4 Can Can

📋 copy color: '#D495A4'

red 212 ◦ green 149 ◦ blue 164

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

Shades of Can Can #D495A4

Tints of Can Can #D495A4

RGB

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

 GREEN value IS 149 (58.59% from 255) = 28.38%

 BLUE value IS 164 (64.45% from 255) = 31.24%

R = 40.38%
G = 28.38%
B = 31.24%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.23

 K value IS 0.17

RGB Variations

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

Color information

#D495A4 (or 0xD495A4) is known color: Can Can. HEX triplet: D4, 95 and A4. RGB value is (212,149,164). Sum of RGB (Red+Green+Blue) = 212+149+164=525 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.38% from 525); Green value is 149 (58.59% from 255 or 28.38% from 525); Blue value is 164 (64.45% from 255 or 31.24% from 525); Max value from RGB is 212 - color contains mainly: red. Hex color #D495A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D495A4 is #2B6A5B. Grayscale: #A9A9A9. Windows color (decimal): -2845276 or 10786260. OLE color: 10786260.

HSL color Cylindrical-coordinate representation of color #D495A4: hue angle of 345.71º degrees, saturation: 0.42, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D495A4 is Cyan = 0, Magento = 0.30, Yellow = 0.23 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 149 164 -
CMYK 0 0.30 0.23 0.17
HSL 345.71º 0.42% 0.71% -
HSV(B) 345.71º 0.3% 0.83% -
XYZ 44.6 38.17 40.14 -
YUV 169.55 124.87 158.28 -
System Red Green Blue C M Y K H S L
Decimal 212 149 164 0 0.30 0.23 0.17 345.71 0.42 0.71
Hex D4 95 A4 0 1E 17 11 15A 2A 47
Octal 324 225 244 0 36 27 21 532 52 107
Binary 11010100 10010101 10100100 0 11110 10111 10001 101011010 101010 1000111

Color Harmonies of #D495A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D495A4

Black with #D495A4

Text Example


Text Example

White with #D495A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D495A4; }

 p { color: rgb(212,149,164); }

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

background-color css

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

 a { background-color: rgb(212,149,164); }

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

border-color css

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

 span { border-color: rgb(212,149,164); }

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