Html Css Color HEX #C55172 Cabaret

📋 copy color: '#C55172'

red 197 ◦ green 81 ◦ blue 114

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

Shades of Cabaret #C55172

Tints of Cabaret #C55172

RGB

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

 GREEN value IS 81 (32.03% from 255) = 20.66%

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

R = 50.26%
G = 20.66%
B = 29.08%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.42

 K value IS 0.23

RGB Variations

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

Color information

#C55172 (or 0xC55172) is known color: Cabaret. HEX triplet: C5, 51 and 72. RGB value is (197,81,114). Sum of RGB (Red+Green+Blue) = 197+81+114=392 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.26% from 392); Green value is 81 (32.03% from 255 or 20.66% from 392); Blue value is 114 (44.92% from 255 or 29.08% from 392); Max value from RGB is 197 - color contains mainly: red. Hex color #C55172 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55172 is #3AAE8D. Grayscale: #777777. Windows color (decimal): -3845774 or 7492037. OLE color: 7492037.

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

Color convert

RGB 197 81 114 -
CMYK 0 0.59 0.42 0.23
HSL 342.93º 0.5% 0.55% -
HSV(B) 342.93º 0.59% 0.77% -
XYZ 29.01 18.97 18.05 -
YUV 119.45 124.93 183.32 -
System Red Green Blue C M Y K H S L
Decimal 197 81 114 0 0.59 0.42 0.23 342.93 0.5 0.55
Hex C5 51 72 0 3B 2A 17 157 32 37
Octal 305 121 162 0 73 52 27 527 62 67
Binary 11000101 1010001 1110010 0 111011 101010 10111 101010111 110010 110111

Color Harmonies of #C55172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55172

Black with #C55172

Text Example


Text Example

White with #C55172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55172; }

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

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

background-color css

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

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

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

border-color css

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

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

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