Html Css Color HEX #D48592 Can Can

📋 copy color: '#D48592'

red 212 ◦ green 133 ◦ blue 146

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

Shades of Can Can #D48592

Tints of Can Can #D48592

RGB

 RED value IS 212 (83.2% from 255) = 43.18%

 GREEN value IS 133 (52.34% from 255) = 27.09%

 BLUE value IS 146 (57.42% from 255) = 29.74%

R = 43.18%
G = 27.09%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.31

 K value IS 0.17

RGB Variations

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

Color information

#D48592 (or 0xD48592) is known color: Can Can. HEX triplet: D4, 85 and 92. RGB value is (212,133,146). Sum of RGB (Red+Green+Blue) = 212+133+146=491 (65% of max value = 765). Red value is 212 (83.20% from 255 or 43.18% from 491); Green value is 133 (52.34% from 255 or 27.09% from 491); Blue value is 146 (57.42% from 255 or 29.74% from 491); Max value from RGB is 212 - color contains mainly: red. Hex color #D48592 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D48592 is #2B7A6D. Grayscale: #9E9E9E. Windows color (decimal): -2849390 or 9602516. OLE color: 9602516.

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

Color convert

RGB 212 133 146 -
CMYK 0 0.37 0.31 0.17
HSL 350.13º 0.48% 0.68% -
HSV(B) 350.13º 0.37% 0.83% -
XYZ 40.73 32.85 31.39 -
YUV 158.1 121.17 166.44 -
System Red Green Blue C M Y K H S L
Decimal 212 133 146 0 0.37 0.31 0.17 350.13 0.48 0.68
Hex D4 85 92 0 25 1F 11 15E 30 44
Octal 324 205 222 0 45 37 21 536 60 104
Binary 11010100 10000101 10010010 0 100101 11111 10001 101011110 110000 1000100

Color Harmonies of #D48592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48592

Black with #D48592

Text Example


Text Example

White with #D48592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48592; }

 p { color: rgb(212,133,146); }

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

background-color css

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

 a { background-color: rgb(212,133,146); }

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

border-color css

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

 span { border-color: rgb(212,133,146); }

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