Html Css Color HEX #C46573 Cabaret

📋 copy color: '#C46573'

red 196 ◦ green 101 ◦ blue 115

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

Shades of Cabaret #C46573

Tints of Cabaret #C46573

RGB

 RED value IS 196 (76.95% from 255) = 47.57%

 GREEN value IS 101 (39.84% from 255) = 24.51%

 BLUE value IS 115 (45.31% from 255) = 27.91%

R = 47.57%
G = 24.51%
B = 27.91%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.41

 K value IS 0.23

RGB Variations

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

Color information

#C46573 (or 0xC46573) is known color: Cabaret. HEX triplet: C4, 65 and 73. RGB value is (196,101,115). Sum of RGB (Red+Green+Blue) = 196+101+115=412 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.57% from 412); Green value is 101 (39.84% from 255 or 24.51% from 412); Blue value is 115 (45.31% from 255 or 27.91% from 412); Max value from RGB is 196 - color contains mainly: red. Hex color #C46573 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46573 is #3B9A8C. Grayscale: #838383. Windows color (decimal): -3906189 or 7562692. OLE color: 7562692.

HSL color Cylindrical-coordinate representation of color #C46573: hue angle of 351.16º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C46573 is Cyan = 0, Magento = 0.48, Yellow = 0.41 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 101 115 -
CMYK 0 0.48 0.41 0.23
HSL 351.16º 0.45% 0.58% -
HSV(B) 351.16º 0.48% 0.77% -
XYZ 30.51 22.28 18.91 -
YUV 131 118.97 174.36 -
System Red Green Blue C M Y K H S L
Decimal 196 101 115 0 0.48 0.41 0.23 351.16 0.45 0.58
Hex C4 65 73 0 30 29 17 15F 2D 3A
Octal 304 145 163 0 60 51 27 537 55 72
Binary 11000100 1100101 1110011 0 110000 101001 10111 101011111 101101 111010

Color Harmonies of #C46573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46573

Black with #C46573

Text Example


Text Example

White with #C46573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46573; }

 p { color: rgb(196,101,115); }

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

background-color css

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

 a { background-color: rgb(196,101,115); }

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

border-color css

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

 span { border-color: rgb(196,101,115); }

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