Html Css Color HEX #C2616F Cabaret

📋 copy color: '#C2616F'

red 194 ◦ green 97 ◦ blue 111

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

Shades of Cabaret #C2616F

Tints of Cabaret #C2616F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 27.61%

R = 48.26%
G = 24.13%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#C2616F (or 0xC2616F) is known color: Cabaret. HEX triplet: C2, 61 and 6F. RGB value is (194,97,111). Sum of RGB (Red+Green+Blue) = 194+97+111=402 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.26% from 402); Green value is 97 (38.28% from 255 or 24.13% from 402); Blue value is 111 (43.75% from 255 or 27.61% from 402); Max value from RGB is 194 - color contains mainly: red. Hex color #C2616F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2616F is #3D9E90. Grayscale: #7F7F7F. Windows color (decimal): -4038289 or 7299522. OLE color: 7299522.

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

Color convert

RGB 194 97 111 -
CMYK 0 0.50 0.43 0.24
HSL 351.34º 0.44% 0.57% -
HSV(B) 351.34º 0.5% 0.76% -
XYZ 29.39 21.17 17.58 -
YUV 127.6 118.64 175.36 -
System Red Green Blue C M Y K H S L
Decimal 194 97 111 0 0.50 0.43 0.24 351.34 0.44 0.57
Hex C2 61 6F 0 32 2B 18 15F 2C 39
Octal 302 141 157 0 62 53 30 537 54 71
Binary 11000010 1100001 1101111 0 110010 101011 11000 101011111 101100 111001

Color Harmonies of #C2616F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2616F

Black with #C2616F

Text Example


Text Example

White with #C2616F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2616F; }

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

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

background-color css

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

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

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

border-color css

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

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

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