Html Css Color HEX #D38A95 Can Can

📋 copy color: '#D38A95'

red 211 ◦ green 138 ◦ blue 149

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

Shades of Can Can #D38A95

Tints of Can Can #D38A95

RGB

 RED value IS 211 (82.81% from 255) = 42.37%

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

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

R = 42.37%
G = 27.71%
B = 29.92%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.29

 K value IS 0.17

RGB Variations

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

Color information

#D38A95 (or 0xD38A95) is known color: Can Can. HEX triplet: D3, 8A and 95. RGB value is (211,138,149). Sum of RGB (Red+Green+Blue) = 211+138+149=498 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.37% from 498); Green value is 138 (54.30% from 255 or 27.71% from 498); Blue value is 149 (58.59% from 255 or 29.92% from 498); Max value from RGB is 211 - color contains mainly: red. Hex color #D38A95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D38A95 is #2C756A. Grayscale: #A1A1A1. Windows color (decimal): -2913643 or 9800403. OLE color: 9800403.

HSL color Cylindrical-coordinate representation of color #D38A95: hue angle of 350.96º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D38A95 is Cyan = 0, Magento = 0.35, Yellow = 0.29 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 138 149 -
CMYK 0 0.35 0.29 0.17
HSL 350.96º 0.45% 0.68% -
HSV(B) 350.96º 0.35% 0.83% -
XYZ 41.38 34.2 32.85 -
YUV 161.08 121.18 163.61 -
System Red Green Blue C M Y K H S L
Decimal 211 138 149 0 0.35 0.29 0.17 350.96 0.45 0.68
Hex D3 8A 95 0 23 1D 11 15F 2D 44
Octal 323 212 225 0 43 35 21 537 55 104
Binary 11010011 10001010 10010101 0 100011 11101 10001 101011111 101101 1000100

Color Harmonies of #D38A95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38A95

Black with #D38A95

Text Example


Text Example

White with #D38A95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38A95; }

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

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

background-color css

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

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

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

border-color css

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

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

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