Html Css Color HEX #C46A71 Cabaret

📋 copy color: '#C46A71'

red 196 ◦ green 106 ◦ blue 113

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

Shades of Cabaret #C46A71

Tints of Cabaret #C46A71

RGB

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

 GREEN value IS 106 (41.8% from 255) = 25.54%

 BLUE value IS 113 (44.53% from 255) = 27.23%

R = 47.23%
G = 25.54%
B = 27.23%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.42

 K value IS 0.23

RGB Variations

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

Color information

#C46A71 (or 0xC46A71) is known color: Cabaret. HEX triplet: C4, 6A and 71. RGB value is (196,106,113). Sum of RGB (Red+Green+Blue) = 196+106+113=415 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.23% from 415); Green value is 106 (41.80% from 255 or 25.54% from 415); Blue value is 113 (44.53% from 255 or 27.23% from 415); Max value from RGB is 196 - color contains mainly: red. Hex color #C46A71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46A71 is #3B958E. Grayscale: #858585. Windows color (decimal): -3904911 or 7432900. OLE color: 7432900.

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

Color convert

RGB 196 106 113 -
CMYK 0 0.46 0.42 0.23
HSL 355.33º 0.43% 0.59% -
HSV(B) 355.33º 0.46% 0.77% -
XYZ 30.9 23.24 18.48 -
YUV 133.71 116.32 172.43 -
System Red Green Blue C M Y K H S L
Decimal 196 106 113 0 0.46 0.42 0.23 355.33 0.43 0.59
Hex C4 6A 71 0 2E 2A 17 163 2B 3B
Octal 304 152 161 0 56 52 27 543 53 73
Binary 11000100 1101010 1110001 0 101110 101010 10111 101100011 101011 111011

Color Harmonies of #C46A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46A71

Black with #C46A71

Text Example


Text Example

White with #C46A71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46A71; }

 p { color: rgb(196,106,113); }

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

background-color css

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

 a { background-color: rgb(196,106,113); }

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

border-color css

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

 span { border-color: rgb(196,106,113); }

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