Html Css Color HEX #D85C6C Cabaret

📋 copy color: '#D85C6C'

red 216 ◦ green 92 ◦ blue 108

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

Shades of Cabaret #D85C6C

Tints of Cabaret #D85C6C

RGB

 RED value IS 216 (84.77% from 255) = 51.92%

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

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

R = 51.92%
G = 22.12%
B = 25.96%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#D85C6C (or 0xD85C6C) is known color: Cabaret. HEX triplet: D8, 5C and 6C. RGB value is (216,92,108). Sum of RGB (Red+Green+Blue) = 216+92+108=416 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.92% from 416); Green value is 92 (36.33% from 255 or 22.12% from 416); Blue value is 108 (42.58% from 255 or 25.96% from 416); Max value from RGB is 216 - color contains mainly: red. Hex color #D85C6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85C6C is #27A393. Grayscale: #828282. Windows color (decimal): -2597780 or 7101656. OLE color: 7101656.

HSL color Cylindrical-coordinate representation of color #D85C6C: hue angle of 352.26º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D85C6C is Cyan = 0, Magento = 0.57, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 92 108 -
CMYK 0 0.57 0.50 0.15
HSL 352.26º 0.61% 0.6% -
HSV(B) 352.26º 0.57% 0.85% -
XYZ 34.85 23.34 16.85 -
YUV 130.9 115.08 188.7 -
System Red Green Blue C M Y K H S L
Decimal 216 92 108 0 0.57 0.50 0.15 352.26 0.61 0.6
Hex D8 5C 6C 0 39 32 F 160 3D 3C
Octal 330 134 154 0 71 62 17 540 75 74
Binary 11011000 1011100 1101100 0 111001 110010 1111 101100000 111101 111100

Color Harmonies of #D85C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85C6C

Black with #D85C6C

Text Example


Text Example

White with #D85C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85C6C; }

 p { color: rgb(216,92,108); }

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

background-color css

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

 a { background-color: rgb(216,92,108); }

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

border-color css

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

 span { border-color: rgb(216,92,108); }

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