Html Css Color HEX #D7616C Cabaret

📋 copy color: '#D7616C'

red 215 ◦ green 97 ◦ blue 108

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

Shades of Cabaret #D7616C

Tints of Cabaret #D7616C

RGB

 RED value IS 215 (84.38% from 255) = 51.19%

 GREEN value IS 97 (38.28% from 255) = 23.1%

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

R = 51.19%
G = 23.1%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D7616C (or 0xD7616C) is known color: Cabaret. HEX triplet: D7, 61 and 6C. RGB value is (215,97,108). Sum of RGB (Red+Green+Blue) = 215+97+108=420 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.19% from 420); Green value is 97 (38.28% from 255 or 23.10% from 420); Blue value is 108 (42.58% from 255 or 25.71% from 420); Max value from RGB is 215 - color contains mainly: red. Hex color #D7616C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7616C is #289E93. Grayscale: #858585. Windows color (decimal): -2662036 or 7102935. OLE color: 7102935.

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

Color convert

RGB 215 97 108 -
CMYK 0 0.55 0.50 0.16
HSL 354.41º 0.6% 0.61% -
HSV(B) 354.41º 0.55% 0.84% -
XYZ 35.01 24.08 16.99 -
YUV 133.54 113.59 186.11 -
System Red Green Blue C M Y K H S L
Decimal 215 97 108 0 0.55 0.50 0.16 354.41 0.6 0.61
Hex D7 61 6C 0 37 32 10 162 3C 3D
Octal 327 141 154 0 67 62 20 542 74 75
Binary 11010111 1100001 1101100 0 110111 110010 10000 101100010 111100 111101

Color Harmonies of #D7616C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7616C

Black with #D7616C

Text Example


Text Example

White with #D7616C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7616C; }

 p { color: rgb(215,97,108); }

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

background-color css

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

 a { background-color: rgb(215,97,108); }

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

border-color css

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

 span { border-color: rgb(215,97,108); }

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