Html Css Color HEX #C2496C Cabaret

📋 copy color: '#C2496C'

red 194 ◦ green 73 ◦ blue 108

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

Shades of Cabaret #C2496C

Tints of Cabaret #C2496C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 28.8%

R = 51.73%
G = 19.47%
B = 28.8%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#C2496C (or 0xC2496C) is known color: Cabaret. HEX triplet: C2, 49 and 6C. RGB value is (194,73,108). Sum of RGB (Red+Green+Blue) = 194+73+108=375 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.73% from 375); Green value is 73 (28.91% from 255 or 19.47% from 375); Blue value is 108 (42.58% from 255 or 28.8% from 375); Max value from RGB is 194 - color contains mainly: red. Hex color #C2496C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2496C is #3DB693. Grayscale: #717171. Windows color (decimal): -4044436 or 7096770. OLE color: 7096770.

HSL color Cylindrical-coordinate representation of color #C2496C: hue angle of 342.64º 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 #C2496C is Cyan = 0, Magento = 0.62, Yellow = 0.44 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 73 108 -
CMYK 0 0.62 0.44 0.24
HSL 342.64º 0.5% 0.52% -
HSV(B) 342.64º 0.62% 0.76% -
XYZ 27.34 17.32 16.09 -
YUV 113.17 125.09 185.65 -
System Red Green Blue C M Y K H S L
Decimal 194 73 108 0 0.62 0.44 0.24 342.64 0.5 0.52
Hex C2 49 6C 0 3E 2C 18 157 32 34
Octal 302 111 154 0 76 54 30 527 62 64
Binary 11000010 1001001 1101100 0 111110 101100 11000 101010111 110010 110100

Color Harmonies of #C2496C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2496C

Black with #C2496C

Text Example


Text Example

White with #C2496C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2496C; }

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

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

background-color css

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

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

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

border-color css

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

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

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