Html Css Color HEX #C75279 Cabaret

📋 copy color: '#C75279'

red 199 ◦ green 82 ◦ blue 121

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

Shades of Cabaret #C75279

Tints of Cabaret #C75279

RGB

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

 GREEN value IS 82 (32.42% from 255) = 20.4%

 BLUE value IS 121 (47.66% from 255) = 30.1%

R = 49.5%
G = 20.4%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.39

 K value IS 0.22

RGB Variations

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

Color information

#C75279 (or 0xC75279) is known color: Cabaret. HEX triplet: C7, 52 and 79. RGB value is (199,82,121). Sum of RGB (Red+Green+Blue) = 199+82+121=402 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.50% from 402); Green value is 82 (32.42% from 255 or 20.40% from 402); Blue value is 121 (47.66% from 255 or 30.10% from 402); Max value from RGB is 199 - color contains mainly: red. Hex color #C75279 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75279 is #38AD86. Grayscale: #797979. Windows color (decimal): -3714439 or 7951047. OLE color: 7951047.

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

Color convert

RGB 199 82 121 -
CMYK 0 0.59 0.39 0.22
HSL 340º 0.51% 0.55% -
HSV(B) 340º 0.59% 0.78% -
XYZ 30.02 19.56 20.28 -
YUV 121.43 127.76 183.33 -
System Red Green Blue C M Y K H S L
Decimal 199 82 121 0 0.59 0.39 0.22 340 0.51 0.55
Hex C7 52 79 0 3B 27 16 154 33 37
Octal 307 122 171 0 73 47 26 524 63 67
Binary 11000111 1010010 1111001 0 111011 100111 10110 101010100 110011 110111

Color Harmonies of #C75279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75279

Black with #C75279

Text Example


Text Example

White with #C75279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75279; }

 p { color: rgb(199,82,121); }

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

background-color css

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

 a { background-color: rgb(199,82,121); }

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

border-color css

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

 span { border-color: rgb(199,82,121); }

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