Html Css Color HEX #C55272 Cabaret

📋 copy color: '#C55272'

red 197 ◦ green 82 ◦ blue 114

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

Shades of Cabaret #C55272

Tints of Cabaret #C55272

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 29.01%

R = 50.13%
G = 20.87%
B = 29.01%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.42

 K value IS 0.23

RGB Variations

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

Color information

#C55272 (or 0xC55272) is known color: Cabaret. HEX triplet: C5, 52 and 72. RGB value is (197,82,114). Sum of RGB (Red+Green+Blue) = 197+82+114=393 (52% of max value = 765). Red value is 197 (77.34% from 255 or 50.13% from 393); Green value is 82 (32.42% from 255 or 20.87% from 393); Blue value is 114 (44.92% from 255 or 29.01% from 393); Max value from RGB is 197 - color contains mainly: red. Hex color #C55272 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55272 is #3AAD8D. Grayscale: #787878. Windows color (decimal): -3845518 or 7492293. OLE color: 7492293.

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

Color convert

RGB 197 82 114 -
CMYK 0 0.58 0.42 0.23
HSL 343.3º 0.5% 0.55% -
HSV(B) 343.3º 0.58% 0.77% -
XYZ 29.08 19.12 18.08 -
YUV 120.03 124.6 182.9 -
System Red Green Blue C M Y K H S L
Decimal 197 82 114 0 0.58 0.42 0.23 343.3 0.5 0.55
Hex C5 52 72 0 3A 2A 17 157 32 37
Octal 305 122 162 0 72 52 27 527 62 67
Binary 11000101 1010010 1110010 0 111010 101010 10111 101010111 110010 110111

Color Harmonies of #C55272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55272

Black with #C55272

Text Example


Text Example

White with #C55272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55272; }

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

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

background-color css

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

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

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

border-color css

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

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

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