Html Css Color HEX #C55279 Cabaret

📋 copy color: '#C55279'

red 197 ◦ green 82 ◦ blue 121

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

Shades of Cabaret #C55279

Tints of Cabaret #C55279

RGB

 RED value IS 197 (77.34% from 255) = 49.25%

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

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

R = 49.25%
G = 20.5%
B = 30.25%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.39

 K value IS 0.23

RGB Variations

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

Color information

#C55279 (or 0xC55279) is known color: Cabaret. HEX triplet: C5, 52 and 79. RGB value is (197,82,121). Sum of RGB (Red+Green+Blue) = 197+82+121=400 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.25% from 400); Green value is 82 (32.42% from 255 or 20.5% from 400); Blue value is 121 (47.66% from 255 or 30.25% from 400); Max value from RGB is 197 - color contains mainly: red. Hex color #C55279 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55279 is #3AAD86. Grayscale: #787878. Windows color (decimal): -3845511 or 7951045. OLE color: 7951045.

HSL color Cylindrical-coordinate representation of color #C55279: hue angle of 339.65º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C55279 is Cyan = 0, Magento = 0.58, Yellow = 0.39 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 82 121 -
CMYK 0 0.58 0.39 0.23
HSL 339.65º 0.5% 0.55% -
HSV(B) 339.65º 0.58% 0.77% -
XYZ 29.49 19.29 20.26 -
YUV 120.83 128.1 182.33 -
System Red Green Blue C M Y K H S L
Decimal 197 82 121 0 0.58 0.39 0.23 339.65 0.5 0.55
Hex C5 52 79 0 3A 27 17 154 32 37
Octal 305 122 171 0 72 47 27 524 62 67
Binary 11000101 1010010 1111001 0 111010 100111 10111 101010100 110010 110111

Color Harmonies of #C55279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55279

Black with #C55279

Text Example


Text Example

White with #C55279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55279; }

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

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

background-color css

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

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

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

border-color css

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

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

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