Html Css Color HEX #D58A95 Can Can

📋 copy color: '#D58A95'

red 213 ◦ green 138 ◦ blue 149

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

Shades of Can Can #D58A95

Tints of Can Can #D58A95

RGB

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

 GREEN value IS 138 (54.3% from 255) = 27.6%

 BLUE value IS 149 (58.59% from 255) = 29.8%

R = 42.6%
G = 27.6%
B = 29.8%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D58A95 (or 0xD58A95) is known color: Can Can. HEX triplet: D5, 8A and 95. RGB value is (213,138,149). Sum of RGB (Red+Green+Blue) = 213+138+149=500 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.6% from 500); Green value is 138 (54.30% from 255 or 27.6% from 500); Blue value is 149 (58.59% from 255 or 29.8% from 500); Max value from RGB is 213 - color contains mainly: red. Hex color #D58A95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58A95 is #2A756A. Grayscale: #A1A1A1. Windows color (decimal): -2782571 or 9800405. OLE color: 9800405.

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

Color convert

RGB 213 138 149 -
CMYK 0 0.35 0.30 0.16
HSL 351.2º 0.47% 0.69% -
HSV(B) 351.2º 0.35% 0.84% -
XYZ 41.95 34.49 32.88 -
YUV 161.68 120.85 164.61 -
System Red Green Blue C M Y K H S L
Decimal 213 138 149 0 0.35 0.30 0.16 351.2 0.47 0.69
Hex D5 8A 95 0 23 1E 10 15F 2F 45
Octal 325 212 225 0 43 36 20 537 57 105
Binary 11010101 10001010 10010101 0 100011 11110 10000 101011111 101111 1000101

Color Harmonies of #D58A95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58A95

Black with #D58A95

Text Example


Text Example

White with #D58A95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58A95; }

 p { color: rgb(213,138,149); }

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

background-color css

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

 a { background-color: rgb(213,138,149); }

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

border-color css

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

 span { border-color: rgb(213,138,149); }

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