Html Css Color HEX #D35C73 Cabaret

📋 copy color: '#D35C73'

red 211 ◦ green 92 ◦ blue 115

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

Shades of Cabaret #D35C73

Tints of Cabaret #D35C73

RGB

 RED value IS 211 (82.81% from 255) = 50.48%

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

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

R = 50.48%
G = 22.01%
B = 27.51%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.45

 K value IS 0.17

RGB Variations

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

Color information

#D35C73 (or 0xD35C73) is known color: Cabaret. HEX triplet: D3, 5C and 73. RGB value is (211,92,115). Sum of RGB (Red+Green+Blue) = 211+92+115=418 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.48% from 418); Green value is 92 (36.33% from 255 or 22.01% from 418); Blue value is 115 (45.31% from 255 or 27.51% from 418); Max value from RGB is 211 - color contains mainly: red. Hex color #D35C73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D35C73 is #2CA38C. Grayscale: #828282. Windows color (decimal): -2925453 or 7560403. OLE color: 7560403.

HSL color Cylindrical-coordinate representation of color #D35C73: hue angle of 348.4º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D35C73 is Cyan = 0, Magento = 0.56, Yellow = 0.45 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 92 115 -
CMYK 0 0.56 0.45 0.17
HSL 348.4º 0.57% 0.59% -
HSV(B) 348.4º 0.56% 0.83% -
XYZ 33.79 22.74 18.83 -
YUV 130.2 119.42 185.63 -
System Red Green Blue C M Y K H S L
Decimal 211 92 115 0 0.56 0.45 0.17 348.4 0.57 0.59
Hex D3 5C 73 0 38 2D 11 15C 39 3B
Octal 323 134 163 0 70 55 21 534 71 73
Binary 11010011 1011100 1110011 0 111000 101101 10001 101011100 111001 111011

Color Harmonies of #D35C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D35C73

Black with #D35C73

Text Example


Text Example

White with #D35C73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D35C73; }

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

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

background-color css

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

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

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

border-color css

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

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

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