Html Css Color HEX #D58096 Can Can

📋 copy color: '#D58096'

red 213 ◦ green 128 ◦ blue 150

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

Shades of Can Can #D58096

Tints of Can Can #D58096

RGB

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

 GREEN value IS 128 (50.39% from 255) = 26.07%

 BLUE value IS 150 (58.98% from 255) = 30.55%

R = 43.38%
G = 26.07%
B = 30.55%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D58096 (or 0xD58096) is known color: Can Can. HEX triplet: D5, 80 and 96. RGB value is (213,128,150). Sum of RGB (Red+Green+Blue) = 213+128+150=491 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.38% from 491); Green value is 128 (50.39% from 255 or 26.07% from 491); Blue value is 150 (58.98% from 255 or 30.55% from 491); Max value from RGB is 213 - color contains mainly: red. Hex color #D58096 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58096 is #2A7F69. Grayscale: #9B9B9B. Windows color (decimal): -2785130 or 9863381. OLE color: 9863381.

HSL color Cylindrical-coordinate representation of color #D58096: hue angle of 344.47º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D58096 is Cyan = 0, Magento = 0.40, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 128 150 -
CMYK 0 0.40 0.30 0.16
HSL 344.47º 0.5% 0.67% -
HSV(B) 344.47º 0.4% 0.84% -
XYZ 40.66 31.79 32.85 -
YUV 155.92 124.66 168.71 -
System Red Green Blue C M Y K H S L
Decimal 213 128 150 0 0.40 0.30 0.16 344.47 0.5 0.67
Hex D5 80 96 0 28 1E 10 158 32 43
Octal 325 200 226 0 50 36 20 530 62 103
Binary 11010101 10000000 10010110 0 101000 11110 10000 101011000 110010 1000011

Color Harmonies of #D58096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58096

Black with #D58096

Text Example


Text Example

White with #D58096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58096; }

 p { color: rgb(213,128,150); }

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

background-color css

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

 a { background-color: rgb(213,128,150); }

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

border-color css

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

 span { border-color: rgb(213,128,150); }

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