Html Css Color HEX #C5496B Cabaret

📋 copy color: '#C5496B'

red 197 ◦ green 73 ◦ blue 107

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

Shades of Cabaret #C5496B

Tints of Cabaret #C5496B

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.36%

 BLUE value IS 107 (42.19% from 255) = 28.38%

R = 52.25%
G = 19.36%
B = 28.38%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.46

 K value IS 0.23

RGB Variations

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

Color information

#C5496B (or 0xC5496B) is known color: Cabaret. HEX triplet: C5, 49 and 6B. RGB value is (197,73,107). Sum of RGB (Red+Green+Blue) = 197+73+107=377 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.25% from 377); Green value is 73 (28.91% from 255 or 19.36% from 377); Blue value is 107 (42.19% from 255 or 28.38% from 377); Max value from RGB is 197 - color contains mainly: red. Hex color #C5496B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5496B is #3AB694. Grayscale: #717171. Windows color (decimal): -3847829 or 7031237. OLE color: 7031237.

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

Color convert

RGB 197 73 107 -
CMYK 0 0.63 0.46 0.23
HSL 343.55º 0.52% 0.53% -
HSV(B) 343.55º 0.63% 0.77% -
XYZ 28.06 17.7 15.85 -
YUV 113.95 124.08 187.24 -
System Red Green Blue C M Y K H S L
Decimal 197 73 107 0 0.63 0.46 0.23 343.55 0.52 0.53
Hex C5 49 6B 0 3F 2E 17 158 34 35
Octal 305 111 153 0 77 56 27 530 64 65
Binary 11000101 1001001 1101011 0 111111 101110 10111 101011000 110100 110101

Color Harmonies of #C5496B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5496B

Black with #C5496B

Text Example


Text Example

White with #C5496B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5496B; }

 p { color: rgb(197,73,107); }

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

background-color css

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

 a { background-color: rgb(197,73,107); }

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

border-color css

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

 span { border-color: rgb(197,73,107); }

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