Html Css Color HEX #C55873 Cabaret

📋 copy color: '#C55873'

red 197 ◦ green 88 ◦ blue 115

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

Shades of Cabaret #C55873

Tints of Cabaret #C55873

RGB

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

 GREEN value IS 88 (34.77% from 255) = 22%

 BLUE value IS 115 (45.31% from 255) = 28.75%

R = 49.25%
G = 22%
B = 28.75%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.42

 K value IS 0.23

RGB Variations

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

Color information

#C55873 (or 0xC55873) is known color: Cabaret. HEX triplet: C5, 58 and 73. RGB value is (197,88,115). Sum of RGB (Red+Green+Blue) = 197+88+115=400 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.25% from 400); Green value is 88 (34.77% from 255 or 22% from 400); Blue value is 115 (45.31% from 255 or 28.75% from 400); Max value from RGB is 197 - color contains mainly: red. Hex color #C55873 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55873 is #3AA78C. Grayscale: #7B7B7B. Windows color (decimal): -3843981 or 7559365. OLE color: 7559365.

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

Color convert

RGB 197 88 115 -
CMYK 0 0.55 0.42 0.23
HSL 345.14º 0.48% 0.56% -
HSV(B) 345.14º 0.55% 0.77% -
XYZ 29.61 20.09 18.54 -
YUV 123.67 123.11 180.3 -
System Red Green Blue C M Y K H S L
Decimal 197 88 115 0 0.55 0.42 0.23 345.14 0.48 0.56
Hex C5 58 73 0 37 2A 17 159 30 38
Octal 305 130 163 0 67 52 27 531 60 70
Binary 11000101 1011000 1110011 0 110111 101010 10111 101011001 110000 111000

Color Harmonies of #C55873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55873

Black with #C55873

Text Example


Text Example

White with #C55873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55873; }

 p { color: rgb(197,88,115); }

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

background-color css

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

 a { background-color: rgb(197,88,115); }

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

border-color css

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

 span { border-color: rgb(197,88,115); }

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