Html Css Color HEX #D65C73 Cabaret

📋 copy color: '#D65C73'

red 214 ◦ green 92 ◦ blue 115

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

Shades of Cabaret #D65C73

Tints of Cabaret #D65C73

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.85%

 BLUE value IS 115 (45.31% from 255) = 27.32%

R = 50.83%
G = 21.85%
B = 27.32%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D65C73 (or 0xD65C73) is known color: Cabaret. HEX triplet: D6, 5C and 73. RGB value is (214,92,115). Sum of RGB (Red+Green+Blue) = 214+92+115=421 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.83% from 421); Green value is 92 (36.33% from 255 or 21.85% from 421); Blue value is 115 (45.31% from 255 or 27.32% from 421); Max value from RGB is 214 - color contains mainly: red. Hex color #D65C73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65C73 is #29A38C. Grayscale: #838383. Windows color (decimal): -2728845 or 7560406. OLE color: 7560406.

HSL color Cylindrical-coordinate representation of color #D65C73: hue angle of 348.69º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D65C73 is Cyan = 0, Magento = 0.57, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 92 115 -
CMYK 0 0.57 0.46 0.16
HSL 348.69º 0.6% 0.6% -
HSV(B) 348.69º 0.57% 0.84% -
XYZ 34.65 23.19 18.87 -
YUV 131.1 118.92 187.13 -
System Red Green Blue C M Y K H S L
Decimal 214 92 115 0 0.57 0.46 0.16 348.69 0.6 0.6
Hex D6 5C 73 0 39 2E 10 15D 3C 3C
Octal 326 134 163 0 71 56 20 535 74 74
Binary 11010110 1011100 1110011 0 111001 101110 10000 101011101 111100 111100

Color Harmonies of #D65C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65C73

Black with #D65C73

Text Example


Text Example

White with #D65C73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65C73; }

 p { color: rgb(214,92,115); }

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

background-color css

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

 a { background-color: rgb(214,92,115); }

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

border-color css

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

 span { border-color: rgb(214,92,115); }

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