Html Css Color HEX #C2616D Cabaret

📋 copy color: '#C2616D'

red 194 ◦ green 97 ◦ blue 109

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

Shades of Cabaret #C2616D

Tints of Cabaret #C2616D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 27.25%

R = 48.5%
G = 24.25%
B = 27.25%

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

#C2616D (or 0xC2616D) is known color: Cabaret. HEX triplet: C2, 61 and 6D. RGB value is (194,97,109). Sum of RGB (Red+Green+Blue) = 194+97+109=400 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.5% from 400); Green value is 97 (38.28% from 255 or 24.25% from 400); Blue value is 109 (42.97% from 255 or 27.25% from 400); Max value from RGB is 194 - color contains mainly: red. Hex color #C2616D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2616D is #3D9E92. Grayscale: #7F7F7F. Windows color (decimal): -4038291 or 7168450. OLE color: 7168450.

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

Color convert

RGB 194 97 109 -
CMYK 0 0.50 0.44 0.24
HSL 352.58º 0.44% 0.57% -
HSV(B) 352.58º 0.5% 0.76% -
XYZ 29.28 21.12 17 -
YUV 127.37 117.64 175.52 -
System Red Green Blue C M Y K H S L
Decimal 194 97 109 0 0.50 0.44 0.24 352.58 0.44 0.57
Hex C2 61 6D 0 32 2C 18 161 2C 39
Octal 302 141 155 0 62 54 30 541 54 71
Binary 11000010 1100001 1101101 0 110010 101100 11000 101100001 101100 111001

Color Harmonies of #C2616D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2616D

Black with #C2616D

Text Example


Text Example

White with #C2616D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2616D; }

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

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

background-color css

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

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

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

border-color css

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

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

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