Html Css Color HEX #D0476C Cabaret

📋 copy color: '#D0476C'

red 208 ◦ green 71 ◦ blue 108

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

Shades of Cabaret #D0476C

Tints of Cabaret #D0476C

RGB

 RED value IS 208 (81.64% from 255) = 53.75%

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

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

R = 53.75%
G = 18.35%
B = 27.91%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#D0476C (or 0xD0476C) is known color: Cabaret. HEX triplet: D0, 47 and 6C. RGB value is (208,71,108). Sum of RGB (Red+Green+Blue) = 208+71+108=387 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.75% from 387); Green value is 71 (28.12% from 255 or 18.35% from 387); Blue value is 108 (42.58% from 255 or 27.91% from 387); Max value from RGB is 208 - color contains mainly: red. Hex color #D0476C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0476C is #2FB893. Grayscale: #747474. Windows color (decimal): -3127444 or 7096272. OLE color: 7096272.

HSL color Cylindrical-coordinate representation of color #D0476C: hue angle of 343.8º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D0476C is Cyan = 0, Magento = 0.66, Yellow = 0.48 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 71 108 -
CMYK 0 0.66 0.48 0.18
HSL 343.8º 0.59% 0.55% -
HSV(B) 343.8º 0.66% 0.82% -
XYZ 30.97 19 16.22 -
YUV 116.18 123.39 193.49 -
System Red Green Blue C M Y K H S L
Decimal 208 71 108 0 0.66 0.48 0.18 343.8 0.59 0.55
Hex D0 47 6C 0 42 30 12 158 3B 37
Octal 320 107 154 0 102 60 22 530 73 67
Binary 11010000 1000111 1101100 0 1000010 110000 10010 101011000 111011 110111

Color Harmonies of #D0476C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0476C

Black with #D0476C

Text Example


Text Example

White with #D0476C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0476C; }

 p { color: rgb(208,71,108); }

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

background-color css

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

 a { background-color: rgb(208,71,108); }

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

border-color css

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

 span { border-color: rgb(208,71,108); }

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