Html Css Color HEX #D48794 Can Can

📋 copy color: '#D48794'

red 212 ◦ green 135 ◦ blue 148

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

Shades of Can Can #D48794

Tints of Can Can #D48794

RGB

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

 GREEN value IS 135 (53.13% from 255) = 27.27%

 BLUE value IS 148 (58.2% from 255) = 29.9%

R = 42.83%
G = 27.27%
B = 29.9%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.30

 K value IS 0.17

RGB Variations

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

Color information

#D48794 (or 0xD48794) is known color: Can Can. HEX triplet: D4, 87 and 94. RGB value is (212,135,148). Sum of RGB (Red+Green+Blue) = 212+135+148=495 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.83% from 495); Green value is 135 (53.12% from 255 or 27.27% from 495); Blue value is 148 (58.20% from 255 or 29.90% from 495); Max value from RGB is 212 - color contains mainly: red. Hex color #D48794 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D48794 is #2B786B. Grayscale: #9F9F9F. Windows color (decimal): -2848876 or 9734100. OLE color: 9734100.

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

Color convert

RGB 212 135 148 -
CMYK 0 0.36 0.30 0.17
HSL 349.87º 0.47% 0.68% -
HSV(B) 349.87º 0.36% 0.83% -
XYZ 41.16 33.46 32.31 -
YUV 159.51 121.51 165.44 -
System Red Green Blue C M Y K H S L
Decimal 212 135 148 0 0.36 0.30 0.17 349.87 0.47 0.68
Hex D4 87 94 0 24 1E 11 15E 2F 44
Octal 324 207 224 0 44 36 21 536 57 104
Binary 11010100 10000111 10010100 0 100100 11110 10001 101011110 101111 1000100

Color Harmonies of #D48794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48794

Black with #D48794

Text Example


Text Example

White with #D48794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48794; }

 p { color: rgb(212,135,148); }

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

background-color css

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

 a { background-color: rgb(212,135,148); }

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

border-color css

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

 span { border-color: rgb(212,135,148); }

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