Html Css Color HEX #C2576D Cabaret

📋 copy color: '#C2576D'

red 194 ◦ green 87 ◦ blue 109

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

Shades of Cabaret #C2576D

Tints of Cabaret #C2576D

RGB

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

 GREEN value IS 87 (34.38% from 255) = 22.31%

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

R = 49.74%
G = 22.31%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#C2576D (or 0xC2576D) is known color: Cabaret. HEX triplet: C2, 57 and 6D. RGB value is (194,87,109). Sum of RGB (Red+Green+Blue) = 194+87+109=390 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.74% from 390); Green value is 87 (34.38% from 255 or 22.31% from 390); Blue value is 109 (42.97% from 255 or 27.95% from 390); Max value from RGB is 194 - color contains mainly: red. Hex color #C2576D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2576D is #3DA892. Grayscale: #797979. Windows color (decimal): -4040851 or 7165890. OLE color: 7165890.

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

Color convert

RGB 194 87 109 -
CMYK 0 0.55 0.44 0.24
HSL 347.66º 0.47% 0.55% -
HSV(B) 347.66º 0.55% 0.76% -
XYZ 28.42 19.39 16.71 -
YUV 121.5 120.95 179.71 -
System Red Green Blue C M Y K H S L
Decimal 194 87 109 0 0.55 0.44 0.24 347.66 0.47 0.55
Hex C2 57 6D 0 37 2C 18 15C 2F 37
Octal 302 127 155 0 67 54 30 534 57 67
Binary 11000010 1010111 1101101 0 110111 101100 11000 101011100 101111 110111

Color Harmonies of #C2576D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2576D

Black with #C2576D

Text Example


Text Example

White with #C2576D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2576D; }

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

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

background-color css

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

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

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

border-color css

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

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

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