Html Css Color HEX #D7606D Cabaret

📋 copy color: '#D7606D'

red 215 ◦ green 96 ◦ blue 109

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

Shades of Cabaret #D7606D

Tints of Cabaret #D7606D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 22.86%

 BLUE value IS 109 (42.97% from 255) = 25.95%

R = 51.19%
G = 22.86%
B = 25.95%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D7606D (or 0xD7606D) is known color: Cabaret. HEX triplet: D7, 60 and 6D. RGB value is (215,96,109). Sum of RGB (Red+Green+Blue) = 215+96+109=420 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.19% from 420); Green value is 96 (37.89% from 255 or 22.86% from 420); Blue value is 109 (42.97% from 255 or 25.95% from 420); Max value from RGB is 215 - color contains mainly: red. Hex color #D7606D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7606D is #289F92. Grayscale: #858585. Windows color (decimal): -2662291 or 7168215. OLE color: 7168215.

HSL color Cylindrical-coordinate representation of color #D7606D: hue angle of 353.45º 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 #D7606D is Cyan = 0, Magento = 0.55, Yellow = 0.49 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 96 109 -
CMYK 0 0.55 0.49 0.16
HSL 353.45º 0.6% 0.61% -
HSV(B) 353.45º 0.55% 0.84% -
XYZ 34.97 23.92 17.24 -
YUV 133.06 114.42 186.44 -
System Red Green Blue C M Y K H S L
Decimal 215 96 109 0 0.55 0.49 0.16 353.45 0.6 0.61
Hex D7 60 6D 0 37 31 10 161 3C 3D
Octal 327 140 155 0 67 61 20 541 74 75
Binary 11010111 1100000 1101101 0 110111 110001 10000 101100001 111100 111101

Color Harmonies of #D7606D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7606D

Black with #D7606D

Text Example


Text Example

White with #D7606D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7606D; }

 p { color: rgb(215,96,109); }

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

background-color css

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

 a { background-color: rgb(215,96,109); }

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

border-color css

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

 span { border-color: rgb(215,96,109); }

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