Html Css Color HEX #D15368 Cabaret

📋 copy color: '#D15368'

red 209 ◦ green 83 ◦ blue 104

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

Shades of Cabaret #D15368

Tints of Cabaret #D15368

RGB

 RED value IS 209 (82.03% from 255) = 52.78%

 GREEN value IS 83 (32.81% from 255) = 20.96%

 BLUE value IS 104 (41.02% from 255) = 26.26%

R = 52.78%
G = 20.96%
B = 26.26%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.50

 K value IS 0.18

RGB Variations

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

Color information

#D15368 (or 0xD15368) is known color: Cabaret. HEX triplet: D1, 53 and 68. RGB value is (209,83,104). Sum of RGB (Red+Green+Blue) = 209+83+104=396 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.78% from 396); Green value is 83 (32.81% from 255 or 20.96% from 396); Blue value is 104 (41.02% from 255 or 26.26% from 396); Max value from RGB is 209 - color contains mainly: red. Hex color #D15368 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15368 is #2EAC97. Grayscale: #7B7B7B. Windows color (decimal): -3058840 or 6837201. OLE color: 6837201.

HSL color Cylindrical-coordinate representation of color #D15368: hue angle of 350º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D15368 is Cyan = 0, Magento = 0.60, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 83 104 -
CMYK 0 0.60 0.50 0.18
HSL 350º 0.58% 0.57% -
HSV(B) 350º 0.6% 0.82% -
XYZ 31.89 20.74 15.42 -
YUV 123.07 117.24 189.29 -
System Red Green Blue C M Y K H S L
Decimal 209 83 104 0 0.60 0.50 0.18 350 0.58 0.57
Hex D1 53 68 0 3C 32 12 15E 3A 39
Octal 321 123 150 0 74 62 22 536 72 71
Binary 11010001 1010011 1101000 0 111100 110010 10010 101011110 111010 111001

Color Harmonies of #D15368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15368

Black with #D15368

Text Example


Text Example

White with #D15368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15368; }

 p { color: rgb(209,83,104); }

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

background-color css

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

 a { background-color: rgb(209,83,104); }

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

border-color css

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

 span { border-color: rgb(209,83,104); }

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