Html Css Color HEX #C16079 Cabaret

📋 copy color: '#C16079'

red 193 ◦ green 96 ◦ blue 121

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

Shades of Cabaret #C16079

Tints of Cabaret #C16079

RGB

 RED value IS 193 (75.78% from 255) = 47.07%

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

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

R = 47.07%
G = 23.41%
B = 29.51%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#C16079 (or 0xC16079) is known color: Cabaret. HEX triplet: C1, 60 and 79. RGB value is (193,96,121). Sum of RGB (Red+Green+Blue) = 193+96+121=410 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.07% from 410); Green value is 96 (37.89% from 255 or 23.41% from 410); Blue value is 121 (47.66% from 255 or 29.51% from 410); Max value from RGB is 193 - color contains mainly: red. Hex color #C16079 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C16079 is #3E9F86. Grayscale: #7F7F7F. Windows color (decimal): -4104071 or 7954625. OLE color: 7954625.

HSL color Cylindrical-coordinate representation of color #C16079: hue angle of 344.54º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C16079 is Cyan = 0, Magento = 0.50, Yellow = 0.37 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 96 121 -
CMYK 0 0.50 0.37 0.24
HSL 344.54º 0.44% 0.57% -
HSV(B) 344.54º 0.5% 0.76% -
XYZ 29.63 21.08 20.6 -
YUV 127.85 124.14 174.47 -
System Red Green Blue C M Y K H S L
Decimal 193 96 121 0 0.50 0.37 0.24 344.54 0.44 0.57
Hex C1 60 79 0 32 25 18 159 2C 39
Octal 301 140 171 0 62 45 30 531 54 71
Binary 11000001 1100000 1111001 0 110010 100101 11000 101011001 101100 111001

Color Harmonies of #C16079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16079

Black with #C16079

Text Example


Text Example

White with #C16079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16079; }

 p { color: rgb(193,96,121); }

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

background-color css

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

 a { background-color: rgb(193,96,121); }

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

border-color css

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

 span { border-color: rgb(193,96,121); }

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