Html Css Color HEX #C2576A Cabaret

📋 copy color: '#C2576A'

red 194 ◦ green 87 ◦ blue 106

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

Shades of Cabaret #C2576A

Tints of Cabaret #C2576A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 27.39%

R = 50.13%
G = 22.48%
B = 27.39%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.45

 K value IS 0.24

RGB Variations

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

Color information

#C2576A (or 0xC2576A) is known color: Cabaret. HEX triplet: C2, 57 and 6A. RGB value is (194,87,106). Sum of RGB (Red+Green+Blue) = 194+87+106=387 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50.13% from 387); Green value is 87 (34.38% from 255 or 22.48% from 387); Blue value is 106 (41.80% from 255 or 27.39% from 387); Max value from RGB is 194 - color contains mainly: red. Hex color #C2576A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2576A is #3DA895. Grayscale: #797979. Windows color (decimal): -4040854 or 6969282. OLE color: 6969282.

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

Color convert

RGB 194 87 106 -
CMYK 0 0.55 0.45 0.24
HSL 349.35º 0.47% 0.55% -
HSV(B) 349.35º 0.55% 0.76% -
XYZ 28.26 19.33 15.88 -
YUV 121.16 119.45 179.96 -
System Red Green Blue C M Y K H S L
Decimal 194 87 106 0 0.55 0.45 0.24 349.35 0.47 0.55
Hex C2 57 6A 0 37 2D 18 15D 2F 37
Octal 302 127 152 0 67 55 30 535 57 67
Binary 11000010 1010111 1101010 0 110111 101101 11000 101011101 101111 110111

Color Harmonies of #C2576A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2576A

Black with #C2576A

Text Example


Text Example

White with #C2576A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2576A; }

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

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

background-color css

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

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

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

border-color css

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

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

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