Html Css Color HEX #D6476B Cabaret

📋 copy color: '#D6476B'

red 214 ◦ green 71 ◦ blue 107

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

Shades of Cabaret #D6476B

Tints of Cabaret #D6476B

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.11%

 BLUE value IS 107 (42.19% from 255) = 27.3%

R = 54.59%
G = 18.11%
B = 27.3%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D6476B (or 0xD6476B) is known color: Cabaret. HEX triplet: D6, 47 and 6B. RGB value is (214,71,107). Sum of RGB (Red+Green+Blue) = 214+71+107=392 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.59% from 392); Green value is 71 (28.12% from 255 or 18.11% from 392); Blue value is 107 (42.19% from 255 or 27.30% from 392); Max value from RGB is 214 - color contains mainly: red. Hex color #D6476B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6476B is #29B894. Grayscale: #757575. Windows color (decimal): -2734229 or 7030742. OLE color: 7030742.

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

Color convert

RGB 214 71 107 -
CMYK 0 0.67 0.50 0.16
HSL 344.9º 0.64% 0.56% -
HSV(B) 344.9º 0.67% 0.84% -
XYZ 32.64 19.86 16.02 -
YUV 117.86 121.88 196.57 -
System Red Green Blue C M Y K H S L
Decimal 214 71 107 0 0.67 0.50 0.16 344.9 0.64 0.56
Hex D6 47 6B 0 43 32 10 159 40 38
Octal 326 107 153 0 103 62 20 531 100 70
Binary 11010110 1000111 1101011 0 1000011 110010 10000 101011001 1000000 111000

Color Harmonies of #D6476B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6476B

Black with #D6476B

Text Example


Text Example

White with #D6476B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6476B; }

 p { color: rgb(214,71,107); }

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

background-color css

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

 a { background-color: rgb(214,71,107); }

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

border-color css

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

 span { border-color: rgb(214,71,107); }

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