Html Css Color HEX #D38D95 Can Can

📋 copy color: '#D38D95'

red 211 ◦ green 141 ◦ blue 149

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

Shades of Can Can #D38D95

Tints of Can Can #D38D95

RGB

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

 GREEN value IS 141 (55.47% from 255) = 28.14%

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

R = 42.12%
G = 28.14%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.29

 K value IS 0.17

RGB Variations

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

Color information

#D38D95 (or 0xD38D95) is known color: Can Can. HEX triplet: D3, 8D and 95. RGB value is (211,141,149). Sum of RGB (Red+Green+Blue) = 211+141+149=501 (66% of max value = 765). Red value is 211 (82.81% from 255 or 42.12% from 501); Green value is 141 (55.47% from 255 or 28.14% from 501); Blue value is 149 (58.59% from 255 or 29.74% from 501); Max value from RGB is 211 - color contains mainly: red. Hex color #D38D95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D38D95 is #2C726A. Grayscale: #A2A2A2. Windows color (decimal): -2912875 or 9801171. OLE color: 9801171.

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

Color convert

RGB 211 141 149 -
CMYK 0 0.33 0.29 0.17
HSL 353.14º 0.44% 0.69% -
HSV(B) 353.14º 0.33% 0.83% -
XYZ 41.81 35.07 33 -
YUV 162.84 120.19 162.35 -
System Red Green Blue C M Y K H S L
Decimal 211 141 149 0 0.33 0.29 0.17 353.14 0.44 0.69
Hex D3 8D 95 0 21 1D 11 161 2C 45
Octal 323 215 225 0 41 35 21 541 54 105
Binary 11010011 10001101 10010101 0 100001 11101 10001 101100001 101100 1000101

Color Harmonies of #D38D95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38D95

Black with #D38D95

Text Example


Text Example

White with #D38D95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38D95; }

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

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

background-color css

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

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

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

border-color css

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

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

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