Html Css Color HEX #C55170 Cabaret

📋 copy color: '#C55170'

red 197 ◦ green 81 ◦ blue 112

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

Shades of Cabaret #C55170

Tints of Cabaret #C55170

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 28.72%

R = 50.51%
G = 20.77%
B = 28.72%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.43

 K value IS 0.23

RGB Variations

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

Color information

#C55170 (or 0xC55170) is known color: Cabaret. HEX triplet: C5, 51 and 70. RGB value is (197,81,112). Sum of RGB (Red+Green+Blue) = 197+81+112=390 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.51% from 390); Green value is 81 (32.03% from 255 or 20.77% from 390); Blue value is 112 (44.14% from 255 or 28.72% from 390); Max value from RGB is 197 - color contains mainly: red. Hex color #C55170 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55170 is #3AAE8F. Grayscale: #777777. Windows color (decimal): -3845776 or 7360965. OLE color: 7360965.

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

Color convert

RGB 197 81 112 -
CMYK 0 0.59 0.43 0.23
HSL 343.97º 0.5% 0.55% -
HSV(B) 343.97º 0.59% 0.77% -
XYZ 28.89 18.93 17.46 -
YUV 119.22 123.93 183.48 -
System Red Green Blue C M Y K H S L
Decimal 197 81 112 0 0.59 0.43 0.23 343.97 0.5 0.55
Hex C5 51 70 0 3B 2B 17 158 32 37
Octal 305 121 160 0 73 53 27 530 62 67
Binary 11000101 1010001 1110000 0 111011 101011 10111 101011000 110010 110111

Color Harmonies of #C55170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55170

Black with #C55170

Text Example


Text Example

White with #C55170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55170; }

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

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

background-color css

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

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

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

border-color css

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

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

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