Html Css Color HEX #C2576C Cabaret

📋 copy color: '#C2576C'

red 194 ◦ green 87 ◦ blue 108

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

Shades of Cabaret #C2576C

Tints of Cabaret #C2576C

RGB

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

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

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

R = 49.87%
G = 22.37%
B = 27.76%

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

#C2576C (or 0xC2576C) is known color: Cabaret. HEX triplet: C2, 57 and 6C. RGB value is (194,87,108). Sum of RGB (Red+Green+Blue) = 194+87+108=389 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.87% from 389); Green value is 87 (34.38% from 255 or 22.37% from 389); Blue value is 108 (42.58% from 255 or 27.76% from 389); Max value from RGB is 194 - color contains mainly: red. Hex color #C2576C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2576C is #3DA893. Grayscale: #797979. Windows color (decimal): -4040852 or 7100354. OLE color: 7100354.

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

Color convert

RGB 194 87 108 -
CMYK 0 0.55 0.44 0.24
HSL 348.22º 0.47% 0.55% -
HSV(B) 348.22º 0.55% 0.76% -
XYZ 28.36 19.37 16.43 -
YUV 121.39 120.45 179.79 -
System Red Green Blue C M Y K H S L
Decimal 194 87 108 0 0.55 0.44 0.24 348.22 0.47 0.55
Hex C2 57 6C 0 37 2C 18 15C 2F 37
Octal 302 127 154 0 67 54 30 534 57 67
Binary 11000010 1010111 1101100 0 110111 101100 11000 101011100 101111 110111

Color Harmonies of #C2576C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2576C

Black with #C2576C

Text Example


Text Example

White with #C2576C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2576C; }

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

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

background-color css

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

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

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

border-color css

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

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

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