Html Css Color HEX #C75378 Cabaret

📋 copy color: '#C75378'

red 199 ◦ green 83 ◦ blue 120

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

Shades of Cabaret #C75378

Tints of Cabaret #C75378

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 29.85%

R = 49.5%
G = 20.65%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.40

 K value IS 0.22

RGB Variations

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

Color information

#C75378 (or 0xC75378) is known color: Cabaret. HEX triplet: C7, 53 and 78. RGB value is (199,83,120). Sum of RGB (Red+Green+Blue) = 199+83+120=402 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.50% from 402); Green value is 83 (32.81% from 255 or 20.65% from 402); Blue value is 120 (47.27% from 255 or 29.85% from 402); Max value from RGB is 199 - color contains mainly: red. Hex color #C75378 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75378 is #38AC87. Grayscale: #797979. Windows color (decimal): -3714184 or 7885767. OLE color: 7885767.

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

Color convert

RGB 199 83 120 -
CMYK 0 0.58 0.40 0.22
HSL 340.86º 0.51% 0.55% -
HSV(B) 340.86º 0.58% 0.78% -
XYZ 30.04 19.68 19.99 -
YUV 121.9 126.93 182.99 -
System Red Green Blue C M Y K H S L
Decimal 199 83 120 0 0.58 0.40 0.22 340.86 0.51 0.55
Hex C7 53 78 0 3A 28 16 155 33 37
Octal 307 123 170 0 72 50 26 525 63 67
Binary 11000111 1010011 1111000 0 111010 101000 10110 101010101 110011 110111

Color Harmonies of #C75378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75378

Black with #C75378

Text Example


Text Example

White with #C75378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75378; }

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

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

background-color css

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

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

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

border-color css

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

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

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