Html Css Color HEX #C16370 Cabaret

📋 copy color: '#C16370'

red 193 ◦ green 99 ◦ blue 112

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

Shades of Cabaret #C16370

Tints of Cabaret #C16370

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 27.72%

R = 47.77%
G = 24.5%
B = 27.72%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C16370 (or 0xC16370) is known color: Cabaret. HEX triplet: C1, 63 and 70. RGB value is (193,99,112). Sum of RGB (Red+Green+Blue) = 193+99+112=404 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.77% from 404); Green value is 99 (39.06% from 255 or 24.50% from 404); Blue value is 112 (44.14% from 255 or 27.72% from 404); Max value from RGB is 193 - color contains mainly: red. Hex color #C16370 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C16370 is #3E9C8F. Grayscale: #808080. Windows color (decimal): -4103312 or 7365569. OLE color: 7365569.

HSL color Cylindrical-coordinate representation of color #C16370: hue angle of 351.7º 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 #C16370 is Cyan = 0, Magento = 0.49, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 99 112 -
CMYK 0 0.49 0.42 0.24
HSL 351.7º 0.43% 0.57% -
HSV(B) 351.7º 0.49% 0.76% -
XYZ 29.38 21.43 17.92 -
YUV 128.59 118.64 173.94 -
System Red Green Blue C M Y K H S L
Decimal 193 99 112 0 0.49 0.42 0.24 351.7 0.43 0.57
Hex C1 63 70 0 31 2A 18 160 2B 39
Octal 301 143 160 0 61 52 30 540 53 71
Binary 11000001 1100011 1110000 0 110001 101010 11000 101100000 101011 111001

Color Harmonies of #C16370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16370

Black with #C16370

Text Example


Text Example

White with #C16370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16370; }

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

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

background-color css

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

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

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

border-color css

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

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

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