Html Css Color HEX #C75D73 Cabaret

📋 copy color: '#C75D73'

red 199 ◦ green 93 ◦ blue 115

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

Shades of Cabaret #C75D73

Tints of Cabaret #C75D73

RGB

 RED value IS 199 (78.13% from 255) = 48.89%

 GREEN value IS 93 (36.72% from 255) = 22.85%

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

R = 48.89%
G = 22.85%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#C75D73 (or 0xC75D73) is known color: Cabaret. HEX triplet: C7, 5D and 73. RGB value is (199,93,115). Sum of RGB (Red+Green+Blue) = 199+93+115=407 (53% of max value = 765). Red value is 199 (78.12% from 255 or 48.89% from 407); Green value is 93 (36.72% from 255 or 22.85% from 407); Blue value is 115 (45.31% from 255 or 28.26% from 407); Max value from RGB is 199 - color contains mainly: red. Hex color #C75D73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75D73 is #38A28C. Grayscale: #7F7F7F. Windows color (decimal): -3711629 or 7560647. OLE color: 7560647.

HSL color Cylindrical-coordinate representation of color #C75D73: hue angle of 347.55º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C75D73 is Cyan = 0, Magento = 0.53, Yellow = 0.42 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 93 115 -
CMYK 0 0.53 0.42 0.22
HSL 347.55º 0.49% 0.57% -
HSV(B) 347.55º 0.53% 0.78% -
XYZ 30.56 21.21 18.7 -
YUV 127.2 121.12 179.21 -
System Red Green Blue C M Y K H S L
Decimal 199 93 115 0 0.53 0.42 0.22 347.55 0.49 0.57
Hex C7 5D 73 0 35 2A 16 15C 31 39
Octal 307 135 163 0 65 52 26 534 61 71
Binary 11000111 1011101 1110011 0 110101 101010 10110 101011100 110001 111001

Color Harmonies of #C75D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75D73

Black with #C75D73

Text Example


Text Example

White with #C75D73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75D73; }

 p { color: rgb(199,93,115); }

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

background-color css

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

 a { background-color: rgb(199,93,115); }

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

border-color css

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

 span { border-color: rgb(199,93,115); }

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