Html Css Color HEX #D0466B Cabaret

📋 copy color: '#D0466B'

red 208 ◦ green 70 ◦ blue 107

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

Shades of Cabaret #D0466B

Tints of Cabaret #D0466B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.18%

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

R = 54.03%
G = 18.18%
B = 27.79%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#D0466B (or 0xD0466B) is known color: Cabaret. HEX triplet: D0, 46 and 6B. RGB value is (208,70,107). Sum of RGB (Red+Green+Blue) = 208+70+107=385 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.03% from 385); Green value is 70 (27.73% from 255 or 18.18% from 385); Blue value is 107 (42.19% from 255 or 27.79% from 385); Max value from RGB is 208 - color contains mainly: red. Hex color #D0466B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0466B is #2FB994. Grayscale: #737373. Windows color (decimal): -3127701 or 7030480. OLE color: 7030480.

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

Color convert

RGB 208 70 107 -
CMYK 0 0.66 0.49 0.18
HSL 343.91º 0.59% 0.55% -
HSV(B) 343.91º 0.66% 0.82% -
XYZ 30.86 18.85 15.92 -
YUV 115.48 123.22 193.99 -
System Red Green Blue C M Y K H S L
Decimal 208 70 107 0 0.66 0.49 0.18 343.91 0.59 0.55
Hex D0 46 6B 0 42 31 12 158 3B 37
Octal 320 106 153 0 102 61 22 530 73 67
Binary 11010000 1000110 1101011 0 1000010 110001 10010 101011000 111011 110111

Color Harmonies of #D0466B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0466B

Black with #D0466B

Text Example


Text Example

White with #D0466B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0466B; }

 p { color: rgb(208,70,107); }

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

background-color css

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

 a { background-color: rgb(208,70,107); }

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

border-color css

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

 span { border-color: rgb(208,70,107); }

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