Html Css Color HEX #D14C6A Cabaret

📋 copy color: '#D14C6A'

red 209 ◦ green 76 ◦ blue 106

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

Shades of Cabaret #D14C6A

Tints of Cabaret #D14C6A

RGB

 RED value IS 209 (82.03% from 255) = 53.45%

 GREEN value IS 76 (30.08% from 255) = 19.44%

 BLUE value IS 106 (41.8% from 255) = 27.11%

R = 53.45%
G = 19.44%
B = 27.11%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#D14C6A (or 0xD14C6A) is known color: Cabaret. HEX triplet: D1, 4C and 6A. RGB value is (209,76,106). Sum of RGB (Red+Green+Blue) = 209+76+106=391 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.45% from 391); Green value is 76 (30.08% from 255 or 19.44% from 391); Blue value is 106 (41.80% from 255 or 27.11% from 391); Max value from RGB is 209 - color contains mainly: red. Hex color #D14C6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D14C6A is #2EB395. Grayscale: #777777. Windows color (decimal): -3060630 or 6966481. OLE color: 6966481.

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

Color convert

RGB 209 76 106 -
CMYK 0 0.64 0.49 0.18
HSL 346.47º 0.59% 0.56% -
HSV(B) 346.47º 0.64% 0.82% -
XYZ 31.48 19.76 15.79 -
YUV 119.19 120.56 192.06 -
System Red Green Blue C M Y K H S L
Decimal 209 76 106 0 0.64 0.49 0.18 346.47 0.59 0.56
Hex D1 4C 6A 0 40 31 12 15A 3B 38
Octal 321 114 152 0 100 61 22 532 73 70
Binary 11010001 1001100 1101010 0 1000000 110001 10010 101011010 111011 111000

Color Harmonies of #D14C6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14C6A

Black with #D14C6A

Text Example


Text Example

White with #D14C6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14C6A; }

 p { color: rgb(209,76,106); }

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

background-color css

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

 a { background-color: rgb(209,76,106); }

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

border-color css

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

 span { border-color: rgb(209,76,106); }

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