Html Css Color HEX #C75473 Cabaret

📋 copy color: '#C75473'

red 199 ◦ green 84 ◦ blue 115

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

Shades of Cabaret #C75473

Tints of Cabaret #C75473

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21.11%

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

R = 50%
G = 21.11%
B = 28.89%

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

#C75473 (or 0xC75473) is known color: Cabaret. HEX triplet: C7, 54 and 73. RGB value is (199,84,115). Sum of RGB (Red+Green+Blue) = 199+84+115=398 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50% from 398); Green value is 84 (33.20% from 255 or 21.11% from 398); Blue value is 115 (45.31% from 255 or 28.89% from 398); Max value from RGB is 199 - color contains mainly: red. Hex color #C75473 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75473 is #38AB8C. Grayscale: #797979. Windows color (decimal): -3713933 or 7558343. OLE color: 7558343.

HSL color Cylindrical-coordinate representation of color #C75473: hue angle of 343.83º 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 #C75473 is Cyan = 0, Magento = 0.58, Yellow = 0.42 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 84 115 -
CMYK 0 0.58 0.42 0.22
HSL 343.83º 0.51% 0.55% -
HSV(B) 343.83º 0.58% 0.78% -
XYZ 29.82 19.72 18.45 -
YUV 121.92 124.1 182.98 -
System Red Green Blue C M Y K H S L
Decimal 199 84 115 0 0.58 0.42 0.22 343.83 0.51 0.55
Hex C7 54 73 0 3A 2A 16 158 33 37
Octal 307 124 163 0 72 52 26 530 63 67
Binary 11000111 1010100 1110011 0 111010 101010 10110 101011000 110011 110111

Color Harmonies of #C75473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75473

Black with #C75473

Text Example


Text Example

White with #C75473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75473; }

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

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

background-color css

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

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

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

border-color css

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

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

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