Html Css Color HEX #D6526F Cabaret

📋 copy color: '#D6526F'

red 214 ◦ green 82 ◦ blue 111

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

Shades of Cabaret #D6526F

Tints of Cabaret #D6526F

RGB

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

 GREEN value IS 82 (32.42% from 255) = 20.15%

 BLUE value IS 111 (43.75% from 255) = 27.27%

R = 52.58%
G = 20.15%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D6526F (or 0xD6526F) is known color: Cabaret. HEX triplet: D6, 52 and 6F. RGB value is (214,82,111). Sum of RGB (Red+Green+Blue) = 214+82+111=407 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.58% from 407); Green value is 82 (32.42% from 255 or 20.15% from 407); Blue value is 111 (43.75% from 255 or 27.27% from 407); Max value from RGB is 214 - color contains mainly: red. Hex color #D6526F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6526F is #29AD90. Grayscale: #7C7C7C. Windows color (decimal): -2731409 or 7295702. OLE color: 7295702.

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

Color convert

RGB 214 82 111 -
CMYK 0 0.62 0.48 0.16
HSL 346.82º 0.62% 0.58% -
HSV(B) 346.82º 0.62% 0.84% -
XYZ 33.62 21.48 17.41 -
YUV 124.77 120.23 191.64 -
System Red Green Blue C M Y K H S L
Decimal 214 82 111 0 0.62 0.48 0.16 346.82 0.62 0.58
Hex D6 52 6F 0 3E 30 10 15B 3E 3A
Octal 326 122 157 0 76 60 20 533 76 72
Binary 11010110 1010010 1101111 0 111110 110000 10000 101011011 111110 111010

Color Harmonies of #D6526F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6526F

Black with #D6526F

Text Example


Text Example

White with #D6526F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6526F; }

 p { color: rgb(214,82,111); }

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

background-color css

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

 a { background-color: rgb(214,82,111); }

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

border-color css

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

 span { border-color: rgb(214,82,111); }

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