Html Css Color HEX #C46479 Cabaret

📋 copy color: '#C46479'

red 196 ◦ green 100 ◦ blue 121

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

Shades of Cabaret #C46479

Tints of Cabaret #C46479

RGB

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

 GREEN value IS 100 (39.45% from 255) = 23.98%

 BLUE value IS 121 (47.66% from 255) = 29.02%

R = 47%
G = 23.98%
B = 29.02%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.38

 K value IS 0.23

RGB Variations

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

Color information

#C46479 (or 0xC46479) is known color: Cabaret. HEX triplet: C4, 64 and 79. RGB value is (196,100,121). Sum of RGB (Red+Green+Blue) = 196+100+121=417 (55% of max value = 765). Red value is 196 (76.95% from 255 or 47.00% from 417); Green value is 100 (39.45% from 255 or 23.98% from 417); Blue value is 121 (47.66% from 255 or 29.02% from 417); Max value from RGB is 196 - color contains mainly: red. Hex color #C46479 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46479 is #3B9B86. Grayscale: #838383. Windows color (decimal): -3906439 or 7955652. OLE color: 7955652.

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

Color convert

RGB 196 100 121 -
CMYK 0 0.49 0.38 0.23
HSL 346.88º 0.45% 0.58% -
HSV(B) 346.88º 0.49% 0.77% -
XYZ 30.77 22.23 20.76 -
YUV 131.1 122.3 174.29 -
System Red Green Blue C M Y K H S L
Decimal 196 100 121 0 0.49 0.38 0.23 346.88 0.45 0.58
Hex C4 64 79 0 31 26 17 15B 2D 3A
Octal 304 144 171 0 61 46 27 533 55 72
Binary 11000100 1100100 1111001 0 110001 100110 10111 101011011 101101 111010

Color Harmonies of #C46479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46479

Black with #C46479

Text Example


Text Example

White with #C46479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46479; }

 p { color: rgb(196,100,121); }

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

background-color css

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

 a { background-color: rgb(196,100,121); }

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

border-color css

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

 span { border-color: rgb(196,100,121); }

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