Html Css Color HEX #D38C90 Can Can

📋 copy color: '#D38C90'

red 211 ◦ green 140 ◦ blue 144

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

Shades of Can Can #D38C90

Tints of Can Can #D38C90

RGB

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

 GREEN value IS 140 (55.08% from 255) = 28.28%

 BLUE value IS 144 (56.64% from 255) = 29.09%

R = 42.63%
G = 28.28%
B = 29.09%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.32

 K value IS 0.17

RGB Variations

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

Color information

#D38C90 (or 0xD38C90) is known color: Can Can. HEX triplet: D3, 8C and 90. RGB value is (211,140,144). Sum of RGB (Red+Green+Blue) = 211+140+144=495 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.63% from 495); Green value is 140 (55.08% from 255 or 28.28% from 495); Blue value is 144 (56.64% from 255 or 29.09% from 495); Max value from RGB is 211 - color contains mainly: red. Hex color #D38C90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D38C90 is #2C736F. Grayscale: #A1A1A1. Windows color (decimal): -2913136 or 9473235. OLE color: 9473235.

HSL color Cylindrical-coordinate representation of color #D38C90: hue angle of 356.62º 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 #D38C90 is Cyan = 0, Magento = 0.34, Yellow = 0.32 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 140 144 -
CMYK 0 0.34 0.32 0.17
HSL 356.62º 0.45% 0.69% -
HSV(B) 356.62º 0.34% 0.83% -
XYZ 41.28 34.62 30.89 -
YUV 161.69 118.02 163.17 -
System Red Green Blue C M Y K H S L
Decimal 211 140 144 0 0.34 0.32 0.17 356.62 0.45 0.69
Hex D3 8C 90 0 22 20 11 165 2D 45
Octal 323 214 220 0 42 40 21 545 55 105
Binary 11010011 10001100 10010000 0 100010 100000 10001 101100101 101101 1000101

Color Harmonies of #D38C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38C90

Black with #D38C90

Text Example


Text Example

White with #D38C90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38C90; }

 p { color: rgb(211,140,144); }

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

background-color css

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

 a { background-color: rgb(211,140,144); }

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

border-color css

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

 span { border-color: rgb(211,140,144); }

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