Html Css Color HEX #C75373 Cabaret

📋 copy color: '#C75373'

red 199 ◦ green 83 ◦ blue 115

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

Shades of Cabaret #C75373

Tints of Cabaret #C75373

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.91%

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

R = 50.13%
G = 20.91%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#C75373 (or 0xC75373) is known color: Cabaret. HEX triplet: C7, 53 and 73. RGB value is (199,83,115). Sum of RGB (Red+Green+Blue) = 199+83+115=397 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.13% from 397); Green value is 83 (32.81% from 255 or 20.91% from 397); Blue value is 115 (45.31% from 255 or 28.97% from 397); Max value from RGB is 199 - color contains mainly: red. Hex color #C75373 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75373 is #38AC8C. Grayscale: #797979. Windows color (decimal): -3714189 or 7558087. OLE color: 7558087.

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

Color convert

RGB 199 83 115 -
CMYK 0 0.58 0.42 0.22
HSL 343.45º 0.51% 0.55% -
HSV(B) 343.45º 0.58% 0.78% -
XYZ 29.74 19.57 18.43 -
YUV 121.33 124.43 183.4 -
System Red Green Blue C M Y K H S L
Decimal 199 83 115 0 0.58 0.42 0.22 343.45 0.51 0.55
Hex C7 53 73 0 3A 2A 16 157 33 37
Octal 307 123 163 0 72 52 26 527 63 67
Binary 11000111 1010011 1110011 0 111010 101010 10110 101010111 110011 110111

Color Harmonies of #C75373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75373

Black with #C75373

Text Example


Text Example

White with #C75373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75373; }

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

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

background-color css

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

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

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

border-color css

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

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

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