Html Css Color HEX #D6536C Cabaret

📋 copy color: '#D6536C'

red 214 ◦ green 83 ◦ blue 108

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

Shades of Cabaret #D6536C

Tints of Cabaret #D6536C

RGB

 RED value IS 214 (83.98% from 255) = 52.84%

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

 BLUE value IS 108 (42.58% from 255) = 26.67%

R = 52.84%
G = 20.49%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D6536C (or 0xD6536C) is known color: Cabaret. HEX triplet: D6, 53 and 6C. RGB value is (214,83,108). Sum of RGB (Red+Green+Blue) = 214+83+108=405 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.84% from 405); Green value is 83 (32.81% from 255 or 20.49% from 405); Blue value is 108 (42.58% from 255 or 26.67% from 405); Max value from RGB is 214 - color contains mainly: red. Hex color #D6536C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6536C is #29AC93. Grayscale: #7D7D7D. Windows color (decimal): -2731156 or 7099350. OLE color: 7099350.

HSL color Cylindrical-coordinate representation of color #D6536C: hue angle of 348.55º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D6536C is Cyan = 0, Magento = 0.61, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 83 108 -
CMYK 0 0.61 0.50 0.16
HSL 348.55º 0.62% 0.58% -
HSV(B) 348.55º 0.61% 0.84% -
XYZ 33.53 21.57 16.58 -
YUV 125.02 118.4 191.47 -
System Red Green Blue C M Y K H S L
Decimal 214 83 108 0 0.61 0.50 0.16 348.55 0.62 0.58
Hex D6 53 6C 0 3D 32 10 15D 3E 3A
Octal 326 123 154 0 75 62 20 535 76 72
Binary 11010110 1010011 1101100 0 111101 110010 10000 101011101 111110 111010

Color Harmonies of #D6536C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6536C

Black with #D6536C

Text Example


Text Example

White with #D6536C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6536C; }

 p { color: rgb(214,83,108); }

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

background-color css

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

 a { background-color: rgb(214,83,108); }

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

border-color css

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

 span { border-color: rgb(214,83,108); }

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