Html Css Color HEX #C16574 Cabaret

📋 copy color: '#C16574'

red 193 ◦ green 101 ◦ blue 116

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

Shades of Cabaret #C16574

Tints of Cabaret #C16574

RGB

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

 GREEN value IS 101 (39.84% from 255) = 24.63%

 BLUE value IS 116 (45.7% from 255) = 28.29%

R = 47.07%
G = 24.63%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.40

 K value IS 0.24

RGB Variations

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

Color information

#C16574 (or 0xC16574) is known color: Cabaret. HEX triplet: C1, 65 and 74. RGB value is (193,101,116). Sum of RGB (Red+Green+Blue) = 193+101+116=410 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.07% from 410); Green value is 101 (39.84% from 255 or 24.63% from 410); Blue value is 116 (45.70% from 255 or 28.29% from 410); Max value from RGB is 193 - color contains mainly: red. Hex color #C16574 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C16574 is #3E9A8B. Grayscale: #828282. Windows color (decimal): -4102796 or 7628225. OLE color: 7628225.

HSL color Cylindrical-coordinate representation of color #C16574: hue angle of 350.22º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C16574 is Cyan = 0, Magento = 0.48, Yellow = 0.40 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 101 116 -
CMYK 0 0.48 0.40 0.24
HSL 350.22º 0.43% 0.58% -
HSV(B) 350.22º 0.48% 0.76% -
XYZ 29.8 21.91 19.18 -
YUV 130.22 119.98 172.78 -
System Red Green Blue C M Y K H S L
Decimal 193 101 116 0 0.48 0.40 0.24 350.22 0.43 0.58
Hex C1 65 74 0 30 28 18 15E 2B 3A
Octal 301 145 164 0 60 50 30 536 53 72
Binary 11000001 1100101 1110100 0 110000 101000 11000 101011110 101011 111010

Color Harmonies of #C16574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16574

Black with #C16574

Text Example


Text Example

White with #C16574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16574; }

 p { color: rgb(193,101,116); }

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

background-color css

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

 a { background-color: rgb(193,101,116); }

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

border-color css

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

 span { border-color: rgb(193,101,116); }

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