Html Css Color HEX #D58592 Can Can

📋 copy color: '#D58592'

red 213 ◦ green 133 ◦ blue 146

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

Shades of Can Can #D58592

Tints of Can Can #D58592

RGB

 RED value IS 213 (83.59% from 255) = 43.29%

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

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

R = 43.29%
G = 27.03%
B = 29.67%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D58592 (or 0xD58592) is known color: Can Can. HEX triplet: D5, 85 and 92. RGB value is (213,133,146). Sum of RGB (Red+Green+Blue) = 213+133+146=492 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.29% from 492); Green value is 133 (52.34% from 255 or 27.03% from 492); Blue value is 146 (57.42% from 255 or 29.67% from 492); Max value from RGB is 213 - color contains mainly: red. Hex color #D58592 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58592 is #2A7A6D. Grayscale: #9E9E9E. Windows color (decimal): -2783854 or 9602517. OLE color: 9602517.

HSL color Cylindrical-coordinate representation of color #D58592: hue angle of 350.25º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D58592 is Cyan = 0, Magento = 0.38, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 133 146 -
CMYK 0 0.38 0.31 0.16
HSL 350.25º 0.49% 0.68% -
HSV(B) 350.25º 0.38% 0.84% -
XYZ 41.02 33 31.4 -
YUV 158.4 121 166.94 -
System Red Green Blue C M Y K H S L
Decimal 213 133 146 0 0.38 0.31 0.16 350.25 0.49 0.68
Hex D5 85 92 0 26 1F 10 15E 31 44
Octal 325 205 222 0 46 37 20 536 61 104
Binary 11010101 10000101 10010010 0 100110 11111 10000 101011110 110001 1000100

Color Harmonies of #D58592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58592

Black with #D58592

Text Example


Text Example

White with #D58592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58592; }

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

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

background-color css

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

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

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

border-color css

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

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

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