Html Css Color HEX #C73D60 Cabaret

📋 copy color: '#C73D60'

red 199 ◦ green 61 ◦ blue 96

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

Shades of Cabaret #C73D60

Tints of Cabaret #C73D60

RGB

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

 GREEN value IS 61 (24.22% from 255) = 17.13%

 BLUE value IS 96 (37.89% from 255) = 26.97%

R = 55.9%
G = 17.13%
B = 26.97%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C73D60 (or 0xC73D60) is known color: Cabaret. HEX triplet: C7, 3D and 60. RGB value is (199,61,96). Sum of RGB (Red+Green+Blue) = 199+61+96=356 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.90% from 356); Green value is 61 (24.22% from 255 or 17.13% from 356); Blue value is 96 (37.89% from 255 or 26.97% from 356); Max value from RGB is 199 - color contains mainly: red. Hex color #C73D60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C73D60 is #38C29F. Grayscale: #6A6A6A. Windows color (decimal): -3719840 or 6307271. OLE color: 6307271.

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

Color convert

RGB 199 61 96 -
CMYK 0 0.69 0.52 0.22
HSL 344.78º 0.55% 0.51% -
HSV(B) 344.78º 0.69% 0.78% -
XYZ 27.33 16.32 12.78 -
YUV 106.25 122.22 194.15 -
System Red Green Blue C M Y K H S L
Decimal 199 61 96 0 0.69 0.52 0.22 344.78 0.55 0.51
Hex C7 3D 60 0 45 34 16 159 37 33
Octal 307 75 140 0 105 64 26 531 67 63
Binary 11000111 111101 1100000 0 1000101 110100 10110 101011001 110111 110011

Color Harmonies of #C73D60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73D60

Black with #C73D60

Text Example


Text Example

White with #C73D60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73D60; }

 p { color: rgb(199,61,96); }

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

background-color css

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

 a { background-color: rgb(199,61,96); }

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

border-color css

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

 span { border-color: rgb(199,61,96); }

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