Html Css Color HEX #C16570 Cabaret

📋 copy color: '#C16570'

red 193 ◦ green 101 ◦ blue 112

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

Shades of Cabaret #C16570

Tints of Cabaret #C16570

RGB

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

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

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

R = 47.54%
G = 24.88%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C16570 (or 0xC16570) is known color: Cabaret. HEX triplet: C1, 65 and 70. RGB value is (193,101,112). Sum of RGB (Red+Green+Blue) = 193+101+112=406 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.54% from 406); Green value is 101 (39.84% from 255 or 24.88% from 406); Blue value is 112 (44.14% from 255 or 27.59% from 406); Max value from RGB is 193 - color contains mainly: red. Hex color #C16570 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C16570 is #3E9A8F. Grayscale: #818181. Windows color (decimal): -4102800 or 7366081. OLE color: 7366081.

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

Color convert

RGB 193 101 112 -
CMYK 0 0.48 0.42 0.24
HSL 352.83º 0.43% 0.58% -
HSV(B) 352.83º 0.48% 0.76% -
XYZ 29.57 21.81 17.98 -
YUV 129.76 117.98 173.11 -
System Red Green Blue C M Y K H S L
Decimal 193 101 112 0 0.48 0.42 0.24 352.83 0.43 0.58
Hex C1 65 70 0 30 2A 18 161 2B 3A
Octal 301 145 160 0 60 52 30 541 53 72
Binary 11000001 1100101 1110000 0 110000 101010 11000 101100001 101011 111010

Color Harmonies of #C16570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16570

Black with #C16570

Text Example


Text Example

White with #C16570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16570; }

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

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

background-color css

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

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

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

border-color css

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

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

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