Html Css Color HEX #C55370 Cabaret

📋 copy color: '#C55370'

red 197 ◦ green 83 ◦ blue 112

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

Shades of Cabaret #C55370

Tints of Cabaret #C55370

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.17%

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

R = 50.26%
G = 21.17%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.43

 K value IS 0.23

RGB Variations

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

Color information

#C55370 (or 0xC55370) is known color: Cabaret. HEX triplet: C5, 53 and 70. RGB value is (197,83,112). Sum of RGB (Red+Green+Blue) = 197+83+112=392 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.26% from 392); Green value is 83 (32.81% from 255 or 21.17% from 392); Blue value is 112 (44.14% from 255 or 28.57% from 392); Max value from RGB is 197 - color contains mainly: red. Hex color #C55370 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55370 is #3AAC8F. Grayscale: #787878. Windows color (decimal): -3845264 or 7361477. OLE color: 7361477.

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

Color convert

RGB 197 83 112 -
CMYK 0 0.58 0.43 0.23
HSL 344.74º 0.5% 0.55% -
HSV(B) 344.74º 0.58% 0.77% -
XYZ 29.04 19.23 17.51 -
YUV 120.39 123.27 182.64 -
System Red Green Blue C M Y K H S L
Decimal 197 83 112 0 0.58 0.43 0.23 344.74 0.5 0.55
Hex C5 53 70 0 3A 2B 17 159 32 37
Octal 305 123 160 0 72 53 27 531 62 67
Binary 11000101 1010011 1110000 0 111010 101011 10111 101011001 110010 110111

Color Harmonies of #C55370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55370

Black with #C55370

Text Example


Text Example

White with #C55370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55370; }

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

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

background-color css

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

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

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

border-color css

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

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

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