Html Css Color HEX #C46078 Cabaret

📋 copy color: '#C46078'

red 196 ◦ green 96 ◦ blue 120

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

Shades of Cabaret #C46078

Tints of Cabaret #C46078

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 29.13%

R = 47.57%
G = 23.3%
B = 29.13%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.39

 K value IS 0.23

RGB Variations

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

Color information

#C46078 (or 0xC46078) is known color: Cabaret. HEX triplet: C4, 60 and 78. RGB value is (196,96,120). Sum of RGB (Red+Green+Blue) = 196+96+120=412 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.57% from 412); Green value is 96 (37.89% from 255 or 23.30% from 412); Blue value is 120 (47.27% from 255 or 29.13% from 412); Max value from RGB is 196 - color contains mainly: red. Hex color #C46078 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46078 is #3B9F87. Grayscale: #808080. Windows color (decimal): -3907464 or 7889092. OLE color: 7889092.

HSL color Cylindrical-coordinate representation of color #C46078: hue angle of 345.6º 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 #C46078 is Cyan = 0, Magento = 0.51, Yellow = 0.39 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 96 120 -
CMYK 0 0.51 0.39 0.23
HSL 345.6º 0.46% 0.57% -
HSV(B) 345.6º 0.51% 0.77% -
XYZ 30.34 21.46 20.31 -
YUV 128.64 123.13 176.05 -
System Red Green Blue C M Y K H S L
Decimal 196 96 120 0 0.51 0.39 0.23 345.6 0.46 0.57
Hex C4 60 78 0 33 27 17 15A 2E 39
Octal 304 140 170 0 63 47 27 532 56 71
Binary 11000100 1100000 1111000 0 110011 100111 10111 101011010 101110 111001

Color Harmonies of #C46078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46078

Black with #C46078

Text Example


Text Example

White with #C46078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46078; }

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

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

background-color css

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

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

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

border-color css

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

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

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