Html Css Color HEX #D38C99 Can Can

📋 copy color: '#D38C99'

red 211 ◦ green 140 ◦ blue 153

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

Shades of Can Can #D38C99

Tints of Can Can #D38C99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 30.36%

R = 41.87%
G = 27.78%
B = 30.36%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.27

 K value IS 0.17

RGB Variations

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

Color information

#D38C99 (or 0xD38C99) is known color: Can Can. HEX triplet: D3, 8C and 99. RGB value is (211,140,153). Sum of RGB (Red+Green+Blue) = 211+140+153=504 (66% of max value = 765). Red value is 211 (82.81% from 255 or 41.87% from 504); Green value is 140 (55.08% from 255 or 27.78% from 504); Blue value is 153 (60.16% from 255 or 30.36% from 504); Max value from RGB is 211 - color contains mainly: red. Hex color #D38C99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D38C99 is #2C7366. Grayscale: #A2A2A2. Windows color (decimal): -2913127 or 10063059. OLE color: 10063059.

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

Color convert

RGB 211 140 153 -
CMYK 0 0.34 0.27 0.17
HSL 349.01º 0.45% 0.69% -
HSV(B) 349.01º 0.34% 0.83% -
XYZ 41.99 34.9 34.66 -
YUV 162.71 122.52 162.44 -
System Red Green Blue C M Y K H S L
Decimal 211 140 153 0 0.34 0.27 0.17 349.01 0.45 0.69
Hex D3 8C 99 0 22 1B 11 15D 2D 45
Octal 323 214 231 0 42 33 21 535 55 105
Binary 11010011 10001100 10011001 0 100010 11011 10001 101011101 101101 1000101

Color Harmonies of #D38C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38C99

Black with #D38C99

Text Example


Text Example

White with #D38C99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38C99; }

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

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

background-color css

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

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

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

border-color css

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

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

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