Html Css Color HEX #C55276 Cabaret

📋 copy color: '#C55276'

red 197 ◦ green 82 ◦ blue 118

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

Shades of Cabaret #C55276

Tints of Cabaret #C55276

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 29.72%

R = 49.62%
G = 20.65%
B = 29.72%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.40

 K value IS 0.23

RGB Variations

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

Color information

#C55276 (or 0xC55276) is known color: Cabaret. HEX triplet: C5, 52 and 76. RGB value is (197,82,118). Sum of RGB (Red+Green+Blue) = 197+82+118=397 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.62% from 397); Green value is 82 (32.42% from 255 or 20.65% from 397); Blue value is 118 (46.48% from 255 or 29.72% from 397); Max value from RGB is 197 - color contains mainly: red. Hex color #C55276 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55276 is #3AAD89. Grayscale: #787878. Windows color (decimal): -3845514 or 7754437. OLE color: 7754437.

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

Color convert

RGB 197 82 118 -
CMYK 0 0.58 0.40 0.23
HSL 341.22º 0.5% 0.55% -
HSV(B) 341.22º 0.58% 0.77% -
XYZ 29.31 19.21 19.3 -
YUV 120.49 126.6 182.57 -
System Red Green Blue C M Y K H S L
Decimal 197 82 118 0 0.58 0.40 0.23 341.22 0.5 0.55
Hex C5 52 76 0 3A 28 17 155 32 37
Octal 305 122 166 0 72 50 27 525 62 67
Binary 11000101 1010010 1110110 0 111010 101000 10111 101010101 110010 110111

Color Harmonies of #C55276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55276

Black with #C55276

Text Example


Text Example

White with #C55276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55276; }

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

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

background-color css

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

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

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

border-color css

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

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

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