Html Css Color HEX #C2496B Cabaret

📋 copy color: '#C2496B'

red 194 ◦ green 73 ◦ blue 107

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

Shades of Cabaret #C2496B

Tints of Cabaret #C2496B

RGB

 RED value IS 194 (76.17% from 255) = 51.87%

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

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

R = 51.87%
G = 19.52%
B = 28.61%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.45

 K value IS 0.24

RGB Variations

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

Color information

#C2496B (or 0xC2496B) is known color: Cabaret. HEX triplet: C2, 49 and 6B. RGB value is (194,73,107). Sum of RGB (Red+Green+Blue) = 194+73+107=374 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.87% from 374); Green value is 73 (28.91% from 255 or 19.52% from 374); Blue value is 107 (42.19% from 255 or 28.61% from 374); Max value from RGB is 194 - color contains mainly: red. Hex color #C2496B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2496B is #3DB694. Grayscale: #717171. Windows color (decimal): -4044437 or 7031234. OLE color: 7031234.

HSL color Cylindrical-coordinate representation of color #C2496B: hue angle of 343.14º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C2496B is Cyan = 0, Magento = 0.62, Yellow = 0.45 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 73 107 -
CMYK 0 0.62 0.45 0.24
HSL 343.14º 0.5% 0.52% -
HSV(B) 343.14º 0.62% 0.76% -
XYZ 27.28 17.3 15.81 -
YUV 113.06 124.59 185.74 -
System Red Green Blue C M Y K H S L
Decimal 194 73 107 0 0.62 0.45 0.24 343.14 0.5 0.52
Hex C2 49 6B 0 3E 2D 18 157 32 34
Octal 302 111 153 0 76 55 30 527 62 64
Binary 11000010 1001001 1101011 0 111110 101101 11000 101010111 110010 110100

Color Harmonies of #C2496B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2496B

Black with #C2496B

Text Example


Text Example

White with #C2496B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2496B; }

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

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

background-color css

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

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

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

border-color css

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

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

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