Html Css Color HEX #C2546A Cabaret

📋 copy color: '#C2546A'

red 194 ◦ green 84 ◦ blue 106

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

Shades of Cabaret #C2546A

Tints of Cabaret #C2546A

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21.88%

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

R = 50.52%
G = 21.88%
B = 27.6%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.45

 K value IS 0.24

RGB Variations

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

Color information

#C2546A (or 0xC2546A) is known color: Cabaret. HEX triplet: C2, 54 and 6A. RGB value is (194,84,106). Sum of RGB (Red+Green+Blue) = 194+84+106=384 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.52% from 384); Green value is 84 (33.20% from 255 or 21.88% from 384); Blue value is 106 (41.80% from 255 or 27.60% from 384); Max value from RGB is 194 - color contains mainly: red. Hex color #C2546A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2546A is #3DAB95. Grayscale: #777777. Windows color (decimal): -4041622 or 6968514. OLE color: 6968514.

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

Color convert

RGB 194 84 106 -
CMYK 0 0.57 0.45 0.24
HSL 348º 0.47% 0.55% -
HSV(B) 348º 0.57% 0.76% -
XYZ 28.02 18.85 15.8 -
YUV 119.4 120.44 181.21 -
System Red Green Blue C M Y K H S L
Decimal 194 84 106 0 0.57 0.45 0.24 348 0.47 0.55
Hex C2 54 6A 0 39 2D 18 15C 2F 37
Octal 302 124 152 0 71 55 30 534 57 67
Binary 11000010 1010100 1101010 0 111001 101101 11000 101011100 101111 110111

Color Harmonies of #C2546A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2546A

Black with #C2546A

Text Example


Text Example

White with #C2546A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2546A; }

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

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

background-color css

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

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

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

border-color css

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

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

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