Html Css Color HEX #D88295 Can Can

📋 copy color: '#D88295'

red 216 ◦ green 130 ◦ blue 149

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

Shades of Can Can #D88295

Tints of Can Can #D88295

RGB

 RED value IS 216 (84.77% from 255) = 43.64%

 GREEN value IS 130 (51.17% from 255) = 26.26%

 BLUE value IS 149 (58.59% from 255) = 30.1%

R = 43.64%
G = 26.26%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#D88295 (or 0xD88295) is known color: Can Can. HEX triplet: D8, 82 and 95. RGB value is (216,130,149). Sum of RGB (Red+Green+Blue) = 216+130+149=495 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.64% from 495); Green value is 130 (51.17% from 255 or 26.26% from 495); Blue value is 149 (58.59% from 255 or 30.10% from 495); Max value from RGB is 216 - color contains mainly: red. Hex color #D88295 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D88295 is #277D6A. Grayscale: #9D9D9D. Windows color (decimal): -2588011 or 9798360. OLE color: 9798360.

HSL color Cylindrical-coordinate representation of color #D88295: hue angle of 346.74º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D88295 is Cyan = 0, Magento = 0.40, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 130 149 -
CMYK 0 0.40 0.31 0.15
HSL 346.74º 0.52% 0.68% -
HSV(B) 346.74º 0.4% 0.85% -
XYZ 41.73 32.73 32.55 -
YUV 157.88 122.99 169.46 -
System Red Green Blue C M Y K H S L
Decimal 216 130 149 0 0.40 0.31 0.15 346.74 0.52 0.68
Hex D8 82 95 0 28 1F F 15B 34 44
Octal 330 202 225 0 50 37 17 533 64 104
Binary 11011000 10000010 10010101 0 101000 11111 1111 101011011 110100 1000100

Color Harmonies of #D88295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88295

Black with #D88295

Text Example


Text Example

White with #D88295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88295; }

 p { color: rgb(216,130,149); }

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

background-color css

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

 a { background-color: rgb(216,130,149); }

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

border-color css

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

 span { border-color: rgb(216,130,149); }

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