Html Css Color HEX #C2616C Cabaret

📋 copy color: '#C2616C'

red 194 ◦ green 97 ◦ blue 108

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

Shades of Cabaret #C2616C

Tints of Cabaret #C2616C

RGB

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

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

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

R = 48.62%
G = 24.31%
B = 27.07%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#C2616C (or 0xC2616C) is known color: Cabaret. HEX triplet: C2, 61 and 6C. RGB value is (194,97,108). Sum of RGB (Red+Green+Blue) = 194+97+108=399 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.62% from 399); Green value is 97 (38.28% from 255 or 24.31% from 399); Blue value is 108 (42.58% from 255 or 27.07% from 399); Max value from RGB is 194 - color contains mainly: red. Hex color #C2616C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2616C is #3D9E93. Grayscale: #7F7F7F. Windows color (decimal): -4038292 or 7102914. OLE color: 7102914.

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

Color convert

RGB 194 97 108 -
CMYK 0 0.50 0.44 0.24
HSL 353.2º 0.44% 0.57% -
HSV(B) 353.2º 0.5% 0.76% -
XYZ 29.23 21.1 16.72 -
YUV 127.26 117.14 175.61 -
System Red Green Blue C M Y K H S L
Decimal 194 97 108 0 0.50 0.44 0.24 353.2 0.44 0.57
Hex C2 61 6C 0 32 2C 18 161 2C 39
Octal 302 141 154 0 62 54 30 541 54 71
Binary 11000010 1100001 1101100 0 110010 101100 11000 101100001 101100 111001

Color Harmonies of #C2616C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2616C

Black with #C2616C

Text Example


Text Example

White with #C2616C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2616C; }

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

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

background-color css

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

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

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

border-color css

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

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

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