Html Css Color HEX #C46776 Cabaret

📋 copy color: '#C46776'

red 196 ◦ green 103 ◦ blue 118

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

Shades of Cabaret #C46776

Tints of Cabaret #C46776

RGB

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

 GREEN value IS 103 (40.63% from 255) = 24.7%

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

R = 47%
G = 24.7%
B = 28.3%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.40

 K value IS 0.23

RGB Variations

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

Color information

#C46776 (or 0xC46776) is known color: Cabaret. HEX triplet: C4, 67 and 76. RGB value is (196,103,118). Sum of RGB (Red+Green+Blue) = 196+103+118=417 (55% of max value = 765). Red value is 196 (76.95% from 255 or 47.00% from 417); Green value is 103 (40.62% from 255 or 24.70% from 417); Blue value is 118 (46.48% from 255 or 28.30% from 417); Max value from RGB is 196 - color contains mainly: red. Hex color #C46776 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46776 is #3B9889. Grayscale: #848484. Windows color (decimal): -3905674 or 7759812. OLE color: 7759812.

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

Color convert

RGB 196 103 118 -
CMYK 0 0.47 0.40 0.23
HSL 350.32º 0.44% 0.59% -
HSV(B) 350.32º 0.47% 0.77% -
XYZ 30.89 22.74 19.9 -
YUV 132.52 119.81 173.28 -
System Red Green Blue C M Y K H S L
Decimal 196 103 118 0 0.47 0.40 0.23 350.32 0.44 0.59
Hex C4 67 76 0 2F 28 17 15E 2C 3B
Octal 304 147 166 0 57 50 27 536 54 73
Binary 11000100 1100111 1110110 0 101111 101000 10111 101011110 101100 111011

Color Harmonies of #C46776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46776

Black with #C46776

Text Example


Text Example

White with #C46776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46776; }

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

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

background-color css

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

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

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

border-color css

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

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

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