Html Css Color HEX #D0646C Cabaret

📋 copy color: '#D0646C'

red 208 ◦ green 100 ◦ blue 108

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

Shades of Cabaret #D0646C

Tints of Cabaret #D0646C

RGB

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

 GREEN value IS 100 (39.45% from 255) = 24.04%

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

R = 50%
G = 24.04%
B = 25.96%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#D0646C (or 0xD0646C) is known color: Cabaret. HEX triplet: D0, 64 and 6C. RGB value is (208,100,108). Sum of RGB (Red+Green+Blue) = 208+100+108=416 (55% of max value = 765). Red value is 208 (81.64% from 255 or 50% from 416); Green value is 100 (39.45% from 255 or 24.04% from 416); Blue value is 108 (42.58% from 255 or 25.96% from 416); Max value from RGB is 208 - color contains mainly: red. Hex color #D0646C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0646C is #2F9B93. Grayscale: #858585. Windows color (decimal): -3120020 or 7103696. OLE color: 7103696.

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

Color convert

RGB 208 100 108 -
CMYK 0 0.52 0.48 0.18
HSL 355.56º 0.53% 0.6% -
HSV(B) 355.56º 0.52% 0.82% -
XYZ 33.28 23.61 16.99 -
YUV 133.2 113.78 181.35 -
System Red Green Blue C M Y K H S L
Decimal 208 100 108 0 0.52 0.48 0.18 355.56 0.53 0.6
Hex D0 64 6C 0 34 30 12 164 35 3C
Octal 320 144 154 0 64 60 22 544 65 74
Binary 11010000 1100100 1101100 0 110100 110000 10010 101100100 110101 111100

Color Harmonies of #D0646C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0646C

Black with #D0646C

Text Example


Text Example

White with #D0646C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0646C; }

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

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

background-color css

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

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

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

border-color css

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

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

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