Html Css Color HEX #C75063 Cabaret

📋 copy color: '#C75063'

red 199 ◦ green 80 ◦ blue 99

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

Shades of Cabaret #C75063

Tints of Cabaret #C75063

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.16%

 BLUE value IS 99 (39.06% from 255) = 26.19%

R = 52.65%
G = 21.16%
B = 26.19%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.50

 K value IS 0.22

RGB Variations

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

Color information

#C75063 (or 0xC75063) is known color: Cabaret. HEX triplet: C7, 50 and 63. RGB value is (199,80,99). Sum of RGB (Red+Green+Blue) = 199+80+99=378 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.65% from 378); Green value is 80 (31.64% from 255 or 21.16% from 378); Blue value is 99 (39.06% from 255 or 26.19% from 378); Max value from RGB is 199 - color contains mainly: red. Hex color #C75063 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75063 is #38AF9C. Grayscale: #757575. Windows color (decimal): -3714973 or 6508743. OLE color: 6508743.

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

Color convert

RGB 199 80 99 -
CMYK 0 0.60 0.50 0.22
HSL 350.42º 0.52% 0.55% -
HSV(B) 350.42º 0.6% 0.78% -
XYZ 28.67 18.78 13.92 -
YUV 117.75 117.42 185.96 -
System Red Green Blue C M Y K H S L
Decimal 199 80 99 0 0.60 0.50 0.22 350.42 0.52 0.55
Hex C7 50 63 0 3C 32 16 15E 34 37
Octal 307 120 143 0 74 62 26 536 64 67
Binary 11000111 1010000 1100011 0 111100 110010 10110 101011110 110100 110111

Color Harmonies of #C75063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75063

Black with #C75063

Text Example


Text Example

White with #C75063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75063; }

 p { color: rgb(199,80,99); }

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

background-color css

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

 a { background-color: rgb(199,80,99); }

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

border-color css

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

 span { border-color: rgb(199,80,99); }

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