Html Css Color HEX #C46076 Cabaret

📋 copy color: '#C46076'

red 196 ◦ green 96 ◦ blue 118

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

Shades of Cabaret #C46076

Tints of Cabaret #C46076

RGB

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

 GREEN value IS 96 (37.89% from 255) = 23.41%

 BLUE value IS 118 (46.48% from 255) = 28.78%

R = 47.8%
G = 23.41%
B = 28.78%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.40

 K value IS 0.23

RGB Variations

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

Color information

#C46076 (or 0xC46076) is known color: Cabaret. HEX triplet: C4, 60 and 76. RGB value is (196,96,118). Sum of RGB (Red+Green+Blue) = 196+96+118=410 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.80% from 410); Green value is 96 (37.89% from 255 or 23.41% from 410); Blue value is 118 (46.48% from 255 or 28.78% from 410); Max value from RGB is 196 - color contains mainly: red. Hex color #C46076 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46076 is #3B9F89. Grayscale: #808080. Windows color (decimal): -3907466 or 7758020. OLE color: 7758020.

HSL color Cylindrical-coordinate representation of color #C46076: hue angle of 346.8º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C46076 is Cyan = 0, Magento = 0.51, Yellow = 0.40 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 96 118 -
CMYK 0 0.51 0.40 0.23
HSL 346.8º 0.46% 0.57% -
HSV(B) 346.8º 0.51% 0.77% -
XYZ 30.22 21.41 19.68 -
YUV 128.41 122.13 176.21 -
System Red Green Blue C M Y K H S L
Decimal 196 96 118 0 0.51 0.40 0.23 346.8 0.46 0.57
Hex C4 60 76 0 33 28 17 15B 2E 39
Octal 304 140 166 0 63 50 27 533 56 71
Binary 11000100 1100000 1110110 0 110011 101000 10111 101011011 101110 111001

Color Harmonies of #C46076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46076

Black with #C46076

Text Example


Text Example

White with #C46076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46076; }

 p { color: rgb(196,96,118); }

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

background-color css

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

 a { background-color: rgb(196,96,118); }

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

border-color css

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

 span { border-color: rgb(196,96,118); }

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