Html Css Color HEX #C5616E Cabaret

📋 copy color: '#C5616E'

red 197 ◦ green 97 ◦ blue 110

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

Shades of Cabaret #C5616E

Tints of Cabaret #C5616E

RGB

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

 GREEN value IS 97 (38.28% from 255) = 24.01%

 BLUE value IS 110 (43.36% from 255) = 27.23%

R = 48.76%
G = 24.01%
B = 27.23%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.44

 K value IS 0.23

RGB Variations

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

Color information

#C5616E (or 0xC5616E) is known color: Cabaret. HEX triplet: C5, 61 and 6E. RGB value is (197,97,110). Sum of RGB (Red+Green+Blue) = 197+97+110=404 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.76% from 404); Green value is 97 (38.28% from 255 or 24.01% from 404); Blue value is 110 (43.36% from 255 or 27.23% from 404); Max value from RGB is 197 - color contains mainly: red. Hex color #C5616E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5616E is #3A9E91. Grayscale: #808080. Windows color (decimal): -3841682 or 7233989. OLE color: 7233989.

HSL color Cylindrical-coordinate representation of color #C5616E: hue angle of 352.2º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C5616E is Cyan = 0, Magento = 0.51, Yellow = 0.44 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 97 110 -
CMYK 0 0.51 0.44 0.23
HSL 352.2º 0.46% 0.58% -
HSV(B) 352.2º 0.51% 0.77% -
XYZ 30.12 21.55 17.32 -
YUV 128.38 117.63 176.94 -
System Red Green Blue C M Y K H S L
Decimal 197 97 110 0 0.51 0.44 0.23 352.2 0.46 0.58
Hex C5 61 6E 0 33 2C 17 160 2E 3A
Octal 305 141 156 0 63 54 27 540 56 72
Binary 11000101 1100001 1101110 0 110011 101100 10111 101100000 101110 111010

Color Harmonies of #C5616E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5616E

Black with #C5616E

Text Example


Text Example

White with #C5616E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5616E; }

 p { color: rgb(197,97,110); }

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

background-color css

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

 a { background-color: rgb(197,97,110); }

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

border-color css

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

 span { border-color: rgb(197,97,110); }

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