Html Css Color HEX #D38B96 Can Can

📋 copy color: '#D38B96'

red 211 ◦ green 139 ◦ blue 150

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

Shades of Can Can #D38B96

Tints of Can Can #D38B96

RGB

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

 GREEN value IS 139 (54.69% from 255) = 27.8%

 BLUE value IS 150 (58.98% from 255) = 30%

R = 42.2%
G = 27.8%
B = 30%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.29

 K value IS 0.17

RGB Variations

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

Color information

#D38B96 (or 0xD38B96) is known color: Can Can. HEX triplet: D3, 8B and 96. RGB value is (211,139,150). Sum of RGB (Red+Green+Blue) = 211+139+150=500 (66% of max value = 765). Red value is 211 (82.81% from 255 or 42.2% from 500); Green value is 139 (54.69% from 255 or 27.8% from 500); Blue value is 150 (58.98% from 255 or 30% from 500); Max value from RGB is 211 - color contains mainly: red. Hex color #D38B96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D38B96 is #2C7469. Grayscale: #A1A1A1. Windows color (decimal): -2913386 or 9866195. OLE color: 9866195.

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

Color convert

RGB 211 139 150 -
CMYK 0 0.34 0.29 0.17
HSL 350.83º 0.45% 0.69% -
HSV(B) 350.83º 0.34% 0.83% -
XYZ 41.6 34.52 33.32 -
YUV 161.78 121.35 163.11 -
System Red Green Blue C M Y K H S L
Decimal 211 139 150 0 0.34 0.29 0.17 350.83 0.45 0.69
Hex D3 8B 96 0 22 1D 11 15F 2D 45
Octal 323 213 226 0 42 35 21 537 55 105
Binary 11010011 10001011 10010110 0 100010 11101 10001 101011111 101101 1000101

Color Harmonies of #D38B96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38B96

Black with #D38B96

Text Example


Text Example

White with #D38B96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38B96; }

 p { color: rgb(211,139,150); }

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

background-color css

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

 a { background-color: rgb(211,139,150); }

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

border-color css

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

 span { border-color: rgb(211,139,150); }

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