Html Css Color HEX #C46277 Cabaret

📋 copy color: '#C46277'

red 196 ◦ green 98 ◦ blue 119

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

Shades of Cabaret #C46277

Tints of Cabaret #C46277

RGB

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

 GREEN value IS 98 (38.67% from 255) = 23.73%

 BLUE value IS 119 (46.88% from 255) = 28.81%

R = 47.46%
G = 23.73%
B = 28.81%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.39

 K value IS 0.23

RGB Variations

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

Color information

#C46277 (or 0xC46277) is known color: Cabaret. HEX triplet: C4, 62 and 77. RGB value is (196,98,119). Sum of RGB (Red+Green+Blue) = 196+98+119=413 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.46% from 413); Green value is 98 (38.67% from 255 or 23.73% from 413); Blue value is 119 (46.88% from 255 or 28.81% from 413); Max value from RGB is 196 - color contains mainly: red. Hex color #C46277 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46277 is #3B9D88. Grayscale: #818181. Windows color (decimal): -3906953 or 7824068. OLE color: 7824068.

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

Color convert

RGB 196 98 119 -
CMYK 0 0.5 0.39 0.23
HSL 347.14º 0.45% 0.58% -
HSV(B) 347.14º 0.5% 0.77% -
XYZ 30.46 21.8 20.06 -
YUV 129.7 121.97 175.29 -
System Red Green Blue C M Y K H S L
Decimal 196 98 119 0 0.5 0.39 0.23 347.14 0.45 0.58
Hex C4 62 77 0 32 27 17 15B 2D 3A
Octal 304 142 167 0 62 47 27 533 55 72
Binary 11000100 1100010 1110111 0 110010 100111 10111 101011011 101101 111010

Color Harmonies of #C46277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46277

Black with #C46277

Text Example


Text Example

White with #C46277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46277; }

 p { color: rgb(196,98,119); }

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

background-color css

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

 a { background-color: rgb(196,98,119); }

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

border-color css

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

 span { border-color: rgb(196,98,119); }

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