Html Css Color HEX #C16374 Cabaret

📋 copy color: '#C16374'

red 193 ◦ green 99 ◦ blue 116

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

Shades of Cabaret #C16374

Tints of Cabaret #C16374

RGB

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

 GREEN value IS 99 (39.06% from 255) = 24.26%

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

R = 47.3%
G = 24.26%
B = 28.43%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.40

 K value IS 0.24

RGB Variations

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

Color information

#C16374 (or 0xC16374) is known color: Cabaret. HEX triplet: C1, 63 and 74. RGB value is (193,99,116). Sum of RGB (Red+Green+Blue) = 193+99+116=408 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.30% from 408); Green value is 99 (39.06% from 255 or 24.26% from 408); Blue value is 116 (45.70% from 255 or 28.43% from 408); Max value from RGB is 193 - color contains mainly: red. Hex color #C16374 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C16374 is #3E9C8B. Grayscale: #818181. Windows color (decimal): -4103308 or 7627713. OLE color: 7627713.

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

Color convert

RGB 193 99 116 -
CMYK 0 0.49 0.40 0.24
HSL 349.15º 0.43% 0.57% -
HSV(B) 349.15º 0.49% 0.76% -
XYZ 29.61 21.52 19.12 -
YUV 129.04 120.64 173.62 -
System Red Green Blue C M Y K H S L
Decimal 193 99 116 0 0.49 0.40 0.24 349.15 0.43 0.57
Hex C1 63 74 0 31 28 18 15D 2B 39
Octal 301 143 164 0 61 50 30 535 53 71
Binary 11000001 1100011 1110100 0 110001 101000 11000 101011101 101011 111001

Color Harmonies of #C16374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16374

Black with #C16374

Text Example


Text Example

White with #C16374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16374; }

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

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

background-color css

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

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

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

border-color css

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

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

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