Html Css Color HEX #C55470 Cabaret

📋 copy color: '#C55470'

red 197 ◦ green 84 ◦ blue 112

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

Shades of Cabaret #C55470

Tints of Cabaret #C55470

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21.37%

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

R = 50.13%
G = 21.37%
B = 28.5%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.43

 K value IS 0.23

RGB Variations

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

Color information

#C55470 (or 0xC55470) is known color: Cabaret. HEX triplet: C5, 54 and 70. RGB value is (197,84,112). Sum of RGB (Red+Green+Blue) = 197+84+112=393 (52% of max value = 765). Red value is 197 (77.34% from 255 or 50.13% from 393); Green value is 84 (33.20% from 255 or 21.37% from 393); Blue value is 112 (44.14% from 255 or 28.50% from 393); Max value from RGB is 197 - color contains mainly: red. Hex color #C55470 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55470 is #3AAB8F. Grayscale: #787878. Windows color (decimal): -3845008 or 7361733. OLE color: 7361733.

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

Color convert

RGB 197 84 112 -
CMYK 0 0.57 0.43 0.23
HSL 345.13º 0.49% 0.55% -
HSV(B) 345.13º 0.57% 0.77% -
XYZ 29.12 19.38 17.54 -
YUV 120.98 122.94 182.22 -
System Red Green Blue C M Y K H S L
Decimal 197 84 112 0 0.57 0.43 0.23 345.13 0.49 0.55
Hex C5 54 70 0 39 2B 17 159 31 37
Octal 305 124 160 0 71 53 27 531 61 67
Binary 11000101 1010100 1110000 0 111001 101011 10111 101011001 110001 110111

Color Harmonies of #C55470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55470

Black with #C55470

Text Example


Text Example

White with #C55470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55470; }

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

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

background-color css

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

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

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

border-color css

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

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

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